From 556f9c345ec5c6cc8dff7ecde1626837effbdec3 Mon Sep 17 00:00:00 2001 From: Anton Franzluebbers Date: Mon, 24 Jan 2022 20:13:03 -0500 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d537dbe --- /dev/null +++ b/README.md @@ -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.