mirror of
https://github.com/YGGverse/nexy.git
synced 2026-04-02 02:05:29 +00:00
Created Install (markdown)
parent
9bd60da473
commit
a44617f29d
1 changed files with 15 additions and 0 deletions
15
Install.md
Normal file
15
Install.md
Normal file
|
|
@ -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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue