From a1a7f103fc0d759ed1229a30bb0758482b9dffc0 Mon Sep 17 00:00:00 2001 From: luislucena16 Date: Tue, 31 May 2022 02:01:51 -0400 Subject: [PATCH] details in README.md file --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1806dd8f..70ceb12a 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,32 @@ * Vanilla HTML5 / ES6 / CSS3 frontend * [WebRTC](http://webrtc.org/) / [WebSockets](http://www.websocket.org/) * [NodeJS](https://nodejs.org/en/) backend + - You'll know you've installed nodejs right if you can run: + - `node --version`and get an ouput like: `vx.x.x` +* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) + - You'll know you did it right if you can run `git --version` and you see a response like `git version x.x.x` * [Progressive Web App](https://wikipedia.org/wiki/Progressive_Web_App) + + Have any questions? Read our [FAQ](/docs/faq.md). You can [host your own instance with Docker](/docs/local-dev.md). +## Compatibility +``` +Mobile: Android | iOS +``` + +``` +Desktop: Windows | MacOS | Linux +``` + +# Contributing + +Contributions are always welcome! Open a PR or an issue! +Following this process: - [Github Documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) ## Support the Snapdrop Community Snapdrop is free. Still, we have to pay for the server. If you want to contribute, please use PayPal: @@ -26,7 +45,6 @@ or Bitcoin: Alternatively, you can become a [Github Sponsor](https://github.com/sponsors/RobinLinus). -Thanks a lot for supporting free and open software! - +# Thank You! - +Thanks a lot for supporting free and open software! ❤️ \ No newline at end of file