From 1cec1d313d3872c3c805c7ff344ab0aeee7104a9 Mon Sep 17 00:00:00 2001 From: ser3n1ty <36878537+cgnetsec@users.noreply.github.com> Date: Fri, 10 May 2024 20:36:03 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c97821..c896a2d 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ It is advised that you host this in a docker container as it will be much easier There is a sample docker-compose file for setting up a docker container to setup this server. # Self Hosting outside of Docker: -Recommended Tools: -If using Windows: [Chocolatey](https://chocolatey.org/install) - ## Required Tools: - Golang - Node: **18.3.0** @@ -47,7 +44,7 @@ go build . ./rogueserver --debug --dbuser yourusername --dbpass yourpassword & cd /server/location/ -npm run start & +npm run start ``` If you have a firewall running such as ufw on your linux machine, make sure to allow inbound connections on the ports youre running the API and the pokerogue server (8000,8001).