From feb9ef2b345b68eb11884d6ef144499951d6d793 Mon Sep 17 00:00:00 2001 From: Sophia Date: Wed, 11 Aug 2021 23:11:51 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 190373e..662fd5f 100644 --- a/README.md +++ b/README.md @@ -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!