Merge branch 'main' of github.com:velaboratory/VelNetServerRust

main
Kyle Johnsen 2022-02-03 17:51:19 -05:00
commit e1b13614e3
1 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@
3. Install rust: `curl https://sh.rustup.rs -sSf | sh` 3. Install rust: `curl https://sh.rustup.rs -sSf | sh`
4. Set up env: `source $HOME/.cargo/env` or add to `.bashrc` 4. Set up env: `source $HOME/.cargo/env` or add to `.bashrc`
5. Build: `cargo build --release` 5. Build: `cargo build --release`
6. Run: `sudo ./main` 6. Run: `sudo ./target/release/VelNetServerRust`
7. Or run in the background so that it doesn't quit when you leave ssh: `nohup sudo ./main`. You'll have to install `nohup` with apt. 7. Or run in the background so that it doesn't quit when you leave ssh: `nohup sudo ./target/release/VelNetServerRust`. You'll have to install `nohup` with apt.