From 30ab0fb675be78291a40c4aaf635245e6b8aeb28 Mon Sep 17 00:00:00 2001 From: lesleyrs <19632758+lesleyrs@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:39:32 +0200 Subject: [PATCH] note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e27fa8..d2477ee7 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ http://localhost/client?world=0&detail=high&method=0 (Java) A web worker server will start when loading world 999. This works as a no install, offline, singleplayer version of the server. You will need to self host in order to load saves. How to use: -1. Run `npm run build` and then `npm run bundle` in the server, this copies all required files to `../Client2/public`. Start it with `npm run prod`. +1. Run `npm run build` and then `npm run bundle` in the server, this copies all required files to `../Client2/public`. Start client with `npm run prod`. 2. A save dialog will open on logout, you should save to `/public/data/players`. 3. Optional: To host on github uncomment the lines starting with `!/public` in the [.gitignore](.gitignore).