From 9e9098bf1bfce91062089d0fc1b5b46aa4c231b2 Mon Sep 17 00:00:00 2001 From: Thomas P <83174140+amuck-gorilla@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:54:52 -0700 Subject: [PATCH] Update README.md Update the line numbers for the URL editing step of installation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2040c8e..b4e8054 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ There is a sample docker-compose file for setting up a docker container to setup ## Installation: The docker compose file should automatically implement a container with mariadb with an empty database and the default user and password combo of pokerogue:pokerogue -### src/utils.ts:224-225 (in pokerogue) +### src/utils.ts:291-292 (in pokerogue) Replace both URLs (one on each line) with the local API server address from rogueserver.go (0.0.0.0:8001) (or whatever port you picked) # If you are on Windows