docs: update instructions

This commit is contained in:
gulag 2024-03-19 01:43:29 -04:00
parent 6c89b18e7a
commit 88cd9fa673
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -10,7 +10,8 @@ A Server emulator for the game [`Zenless Zone Zero`](https://zenless.hoyoverse.c
- [Rust](https://www.rust-lang.org/tools/install) - [Rust](https://www.rust-lang.org/tools/install)
**NOTE**: Nightly Rust is required to build the project. To install it, first install Rust itself, then run the following command: **NOTE**: Nightly Rust is required to build the project. To install it, first install
Rust itself, then run the following command:
```sh ```sh
rustup toolchain install nightly rustup toolchain install nightly
@ -26,7 +27,7 @@ cargo install --path gameserver
cargo install --path sdkserver cargo install --path sdkserver
``` ```
### From Prebuilt Binaries ### From Pre-built Binaries
Navigate to the [Releases](https://git.xeondev.com/reversedrooms/HollowPS/releases) Navigate to the [Releases](https://git.xeondev.com/reversedrooms/HollowPS/releases)
page and download the latest release for your platform. page and download the latest release for your platform.
@ -43,8 +44,9 @@ nap-gameserver
nap-sdkserver nap-sdkserver
``` ```
If you installed from prebuilt binaries, navigate to the directory where you downloaded If you installed from pre-built binaries, navigate to the directory where you downloaded
the binaries and run the following: the binaries and either a) double-click on the following executable names or b)
run the following in a terminal:
```sh ```sh
./nap-gameserver ./nap-gameserver