1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-18 08:20:10 -07:00

readme for installation

added readme for installing on various devices and changed yarn install line related to #39
This commit is contained in:
sonu ishaq 2021-01-25 18:25:38 +05:30
parent 1a15bcda35
commit d6c55f0e75
No known key found for this signature in database
GPG Key ID: 02189F8216E95DD1

View File

@ -34,6 +34,26 @@ Share your valuable knowledge on how to create virtual desktop **without a Dummy
Thank you in advance! 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 ## Get Started for Developers
### Prerequisites ### Prerequisites
@ -42,7 +62,7 @@ You will need to have `node` `npm` and `yarn` installed
globally on your machine. globally on your machine.
1. git clone this repo 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 3. `yarn dev` -- run in dev mode with live updates
### Useful yarn commands ### Useful yarn commands