tweak README.md

This commit is contained in:
Lamp 2020-04-04 21:29:47 -07:00 committed by GitHub
parent 52eb716d61
commit 20f12c6f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ Note: Please refrain from using your own file server if you do not have a reliab
2. `npm ci`
3. `echo "press random keys on your keyboard here" > auth.txt`
4. `node qonq.js`, `pm2 start qonq.js`, or run however you like
> You can set `PORT` and `ADDRESS` env variables if necessary.
You can set `PORT` and `ADDRESS` env variables if necessary.
## ShareX config
```
@ -13,7 +13,7 @@ Note: Please refrain from using your own file server if you do not have a reliab
"Version": "12.4.1",
"DestinationType": "ImageUploader, TextUploader, FileUploader",
"RequestMethod": "POST",
"RequestURL": "https://localhost:8568/upload",
"RequestURL": "http://localhost:8568/upload",
"Headers": {
"authentication": "paste contents of auth.txt here"
},