diff --git a/Install.md b/Install.md deleted file mode 100644 index 962eb31..0000000 --- a/Install.md +++ /dev/null @@ -1,15 +0,0 @@ -## Linux - -### Build from source - -1. `git clone https://github.com/YGGverse/nexy.git` -2. `cd nexy` -3. `cargo build --release` - -### Install - -Move the compiled binary to the canonical system destination with the appropriate permissions: - -``` bash -sudo install target/release/nexy /usr/local/bin/nexy -``` \ No newline at end of file