mirror of
https://github.com/YGGverse/yps.git
synced 2026-03-31 17:05:30 +00:00
update installation examples
This commit is contained in:
parent
08436591f6
commit
707ee93703
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -9,9 +9,19 @@ such as web servers or Bitcoin nodes, to connect with [Yggdrasil](https://yggdra
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
### Stable
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
cargo install yps
|
||||||
|
```
|
||||||
|
|
||||||
|
### Repository
|
||||||
|
|
||||||
|
```
|
||||||
* `git clone https://github.com/yggverse/yps.git && cd yps`
|
* `git clone https://github.com/yggverse/yps.git && cd yps`
|
||||||
* `cargo build --release`
|
* `cargo build --release`
|
||||||
* `sudo install target/release/yps /usr/local/bin/yps`
|
* `sudo install target/release/yps /usr/local/bin/yps`
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue