mirror of
https://github.com/YGGverse/yps.git
synced 2026-03-31 08:55:28 +00:00
update installation example (remove install from crates as it may confuse by the environment)
This commit is contained in:
parent
1b46cccc0e
commit
f1b6589051
1 changed files with 3 additions and 13 deletions
16
README.md
16
README.md
|
|
@ -9,19 +9,9 @@ such as web servers or Bitcoin nodes, to connect with [Yggdrasil](https://yggdra
|
|||
|
||||
## Install
|
||||
|
||||
### Stable
|
||||
|
||||
``` bash
|
||||
cargo install yps
|
||||
```
|
||||
|
||||
### Repository
|
||||
|
||||
``` bash
|
||||
git clone https://github.com/yggverse/yps.git && cd yps
|
||||
cargo build --release
|
||||
sudo install target/release/yps /usr/local/bin/yps
|
||||
```
|
||||
* `git clone https://github.com/yggverse/yps.git && cd yps`
|
||||
* `cargo build --release`
|
||||
* `sudo install target/release/yps /usr/local/bin/yps`
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue