Update README.md

This commit is contained in:
2021-08-11 23:11:51 -07:00
committed by GitHub
parent c3462246cc
commit feb9ef2b34

View File

@ -1,2 +1,13 @@
# ShareX-Upload-Server
ShareX by Tanner Reynolds but windows ready.
## What did I change?
All that I did to the source code was remove everything exept src and package.json, then I put the package.json in the src folder.
# How to install?
First thing you need is Node.js
Then download this, cd into the folder, do npm install, then you can do node index.js.
Then you are done, you can ajust all the settings in config.json!