diff --git a/docs/01-get-started/04-manual.md b/docs/01-get-started/04-manual.md index d34d4ce6..950248d2 100644 --- a/docs/01-get-started/04-manual.md +++ b/docs/01-get-started/04-manual.md @@ -56,7 +56,7 @@ Make sure all of the repositories that are cloned are on the same branch (e.g. a Clone the [Stardust XR Server](https://github.com/StardustXR/server) `https://github.com/StardustXR/server` -Make sure to check the list of prerequisites. `Cargo build` and `Cargo run` within the cloned repo to start the server. As stated above, the Stardust XR server itself will simply load in with a black void until clients are loaded in. This behaviour can currently be modified by creating a `startup` file within the folder `~/.config/stardust/` to automate the loading in of clients, an example of which is shown [here](https://youtu.be/c6RyEYDz2iw?si=pL1zffNVsWocZHrc&t=788), and an example of is linked [here](https://github.com/cyberneticmelon/usefulscripts/blob/main/startup) +Make sure to check the list of prerequisites. Run `cargo build` and `cargo run` in the cloned repo to start the server. As stated above, the Stardust server will simply load in with a black void until clients are loaded in. This behaviour can currently be modified by creating a `startup` file inside the folder `~/.config/stardust/` to automate the loading in of clients, an example of which is shown [here](https://youtu.be/c6RyEYDz2iw?si=pL1zffNVsWocZHrc&t=788), and an example of is linked [here](https://github.com/cyberneticmelon/usefulscripts/blob/main/startup) ### Clients