Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thel0ner authored May 22, 2020
1 parent 0d7e4ed commit 498e91a
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# es-localserver
share a directory with all of it's files and sub-directoies in your local network
share a directory with all of it's files and sub-directoies in your local network.

Using this software, you can easily select a directory and share it with users on the same network.

# Download

Linux ( <3 ) : [Download AppImage](https://github.com/thel0ner/es-localserver/releases/download/untagged-1375151253c08a4c45b4/es-localserver-1.0.0.AppImage)

Windows the useless : comming...

# For building :

`git clone https://github.com/thel0ner/es-localserver.git `

`cd es-localserver`

`yarn add`

`yarn dist`

the above last command will build a package based on your OS. If you just want to check the app, run the following command :

`yarn start`

Building for other Operating Systems :

For linux : `yarn dist --linux --x64 ` and for ia32 `yarn dist --linux --ia32`

For Windows : `yarn dist --win --x64 ` and for ia32 `yarn dist --win --ia32`

For Mac : `yarn dist --mac`

Donation? Wow! Please send TRX to : TA7jZQ48wQC8BuWUaoLMuJGaLgQFXnmzbZ

0 comments on commit 498e91a

Please sign in to comment.