Update README.md

This commit is contained in:
OnyxDev 2024-05-12 21:34:24 +02:00 committed by GitHub
parent 43a4c0872a
commit b4b743ea5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,12 +18,10 @@
## Running the program in the browser ## Running the program in the browser
Want to run the program in the browser without downloading anything? Want to run the program in the browser without downloading anything?
- Register at https://replit.com - Register an account at https://replit.com
- Navigate to https://replit.com/@OnyxdevSoftware/rogueEditor - Navigate to https://replit.com/@OnyxdevSoftware/rogueEditor
- Click fork and run - Click fork and run
- This requires no setup or programming skills.
This requires no setup, as the fork will handle it for you automatically.
Just run the program once you're done.
## Warning ## Warning
@ -70,8 +68,8 @@ Why did nothing happen after my modifications?
- Refresh pokerogue.net in your browser. - Refresh pokerogue.net in your browser.
Why does the program say that my login information is incorrect when it's not? Why does the program say that my login information is incorrect when it's not?
- You may be temporarily flagged by Cloudflare. (Changing ip/connection will fix this) - You may be temporarily flagged by Cloudflare. (Changing connection/IP will fix this)
- Pokerogue may be down or lagging - Pokerogue may be down or lagging (This causes the program to timeout)
How can i use this on the local version of Pokerogue? How can i use this on the local version of Pokerogue?
- You can modify the API endpoints in the source to point towards localhost:8000. - You can modify the API endpoints in the source to point towards localhost:8000.