Create README.md

main
Anton Franzluebbers 2022-01-24 20:13:03 -05:00 committed by GitHub
parent 63d3d7ed8e
commit 556f9c345e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# VelNetServerRust
## Running
1. Get a linoox server
2. Clone this repo
3. Install rust: `curl https://sh.rustup.rs -sSf | sh`
4. Set up env: `source $HOME/.cargo/env` or add to `.bashrc`
5. Build: `cargo build --release`
6. Run: `sudo ./main`
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.