From a44617f29dbaaeba02bfd48506d55ecb9a1fac9c Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Fri, 27 Jun 2025 17:29:49 +0300 Subject: [PATCH] Created Install (markdown) --- Install.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Install.md diff --git a/Install.md b/Install.md new file mode 100644 index 0000000..962eb31 --- /dev/null +++ b/Install.md @@ -0,0 +1,15 @@ +## 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