diff --git a/guide.php b/guide.php index 165e530..df02656 100644 --- a/guide.php +++ b/guide.php @@ -18,7 +18,7 @@
  1. Run git clone https://openwf.io/SpaceNinjaServer.git in a command prompt to download SpaceNinjaServer in the current working directory
  2. Open the SpaceNinjaServer folder (cd SpaceNinjaServer)
  3. -
  4. Run copy config.json.example config.json to create a config.json from config.json.example
  5. +
  6. Copy config.json.example to create a config.json
  7. (Optional) Edit the config.json to match your MongoDB settings (if not default) and however else you would like to configure the server
  8. (Optional) If you want stripped assets (~622 MiB) which the client will request from the server on-demand (most notably, ability videos), run git clone https://openwf.io/0.git in the static/data folder
  9. Run npm install --omit=dev to install library dependencies