From d6c55f0e758c455e41db0142dba60232ae8b42e4 Mon Sep 17 00:00:00 2001 From: sonu ishaq Date: Mon, 25 Jan 2021 18:25:38 +0530 Subject: [PATCH] readme for installation added readme for installing on various devices and changed yarn install line related to #39 --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2068e0c..aa2cb61 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,26 @@ Share your valuable knowledge on how to create virtual desktop **without a Dummy Thank you in advance! +## Installing with binaries + +### Windows + +- Get the .msi or .exe file from Releases + +### Mac + +- Get the .dmg file from Releases + +### Linux + +- Debian and Ubuntu based distributions (deb) + +- Enterprise Linux based distributions (rpm) + +- Arch Linux [AUR Package](https://aur.archlinux.org/packages/deskreen/) + +- AppImage for other distributions + ## Get Started for Developers ### Prerequisites @@ -42,7 +62,7 @@ You will need to have `node` `npm` and `yarn` installed globally on your machine. 1. git clone this repo -2. `yarn install` +2. `cd app/client; yarn install ; cd ../../ ; yarn install` 3. `yarn dev` -- run in dev mode with live updates ### Useful yarn commands