diff --git a/index.html b/index.html index beb638f0..5ed18f81 100644 --- a/index.html +++ b/index.html @@ -368,6 +368,15 @@

Step 4: build openscad models (optional, not recommended)

make models +Note: If you intend to run the game without downloading aditional assets +(step 5, below), with just the default assets, this can be done, but +requires the additional step of running: +
+
+ bin/snis_update_assets --force --destdir ~/.local/share/space-nerds-in-space --srcdir ./share/snis +
+
+to copy assets into ~/.local/share/space-nerds-in-space.

Step 5: Download additional assets

If you skipped step 4 and didn't build the openscad models, they will be downloaded in this step, along with some other things. This step requires an internet connection. @@ -375,9 +384,12 @@

Step 5: Download additional assets

as you will be missing some additional solarsystem assets. As a non-root user:
 
- make update-assets + ./snis_launcher
+Then choose option 8, "Check for asset updates and set up assets". This will copy assets +to (by default) into $HOME/.local/share/space-nerds-in-space/ and download additional assets +over the internet.

Step 6. Run the Game on a single system (Try this before trying multiplayer)

Type (as a non-root user):