From 51ba1464696e19490f432db32b13a53da88ca454 Mon Sep 17 00:00:00 2001 From: Greta Krafsig Date: Wed, 11 Oct 2023 23:35:50 -0400 Subject: [PATCH] fix: installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c2181b0..16cc5cc2 100644 --- a/README.md +++ b/README.md @@ -116,14 +116,14 @@ Once you have a build you can start the game using: `npm start` Now open your browser and navigate to `http://{ip}:{port}/` as defined in your client configuration file. Typically this will be `http://localhost:3000` if you use the default webpack and client configuration settings provided. ## Troubleshooting -* Typically errors with WTF Adventure are due to mysql connection or authentication issues in `src/server/config.json`. +* Typically errors with WTF Adventure are due to mysql connection or authentication issues in `server/config.json`. * If you are using XAMPP or MAMP the correct default values are already configured for you * Check that MySQL is running * Check that your hostname, port number, user name, password and database are correct * Check that your secretKey is base62 encoded -* Make sure you are running the correct IP and port in the client window in `src/client/config.json` +* Make sure you are running the correct IP and port in the client window in `client/config.json` * If you are using MAMP or XAMPP the correct default values are already configured for you * Errors installing dependencies * When this happens you will need to look at the specific error you are getting from the dependency and try to resolve the issue * Sometimes these can be fixed by upgrading to the latest version or bumping back to a previous version - * Try searching on Stack Overflow or in the GitHub repo click on the issues tab for the NPM package causing the issue to see if there is a possible solution + * Try searching on Stack Overflow or in the GitHub repo click on the issues tab for the NPM package causing the issue to see if there is a possible solution \ No newline at end of file