Created Install (markdown)

oooo-ps 2025-06-27 17:31:32 +03:00
parent 20d3c129e6
commit 981f73ae14

13
Install.md Normal file

@ -0,0 +1,13 @@
## Linux
### Build from source
1. `git clone https://github.com/YGGverse/nexy.git`
2. `cd nexy`
3. `cargo build --release`
### Install
``` bash
sudo install target/release/nexy /usr/local/bin/nexy
```