mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 17:25:27 +00:00
Created Install (markdown)
parent
20d3c129e6
commit
981f73ae14
1 changed files with 13 additions and 0 deletions
13
Install.md
Normal file
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue