diff --git a/README.md b/README.md index 201f13a..f6d358a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You will need: 5) Once you see the message "BUILD SUCCESSFUL in []s", a new folder will have been created called `build` 6) Go into this build folder, then into the libs folder 7) You will see a file named ayunpictojava-1.0-SNAPSHOT.jar or an equivalent, this is the compiled program! -8) Copy this file to its' own folder for running, and run it (`java -jar ayunpictojava-1.0-SNAPSHOT.jar`) (or whatever the .jar file is named) +8) Copy this file to it's own folder for running, and run it (`java -jar ayunpictojava-1.0-SNAPSHOT.jar`) (or whatever the .jar file is named) 9) You should see a line in the terminal saying that the server is running on 127.0.0.1:8080, once you see this you can try it out at http://localhost:8080 ### Changing the port and bind address @@ -37,4 +37,29 @@ To make tripcodes unique and reduce the risk of cracking, in the `settings.json` ### The captcha To use the captcha, set the `secret` in the settings.json to your Cloudflare Turnstile captcha secret. -To disable the captcha entirely, edit the `www/index.html` file and search for `let token = false;` and change it to `let token = true;`. Then, remove or comment out the `