update installation examples

This commit is contained in:
yggverse 2025-08-16 19:18:03 +03:00
parent 08436591f6
commit 707ee93703

View file

@ -9,9 +9,19 @@ such as web servers or Bitcoin nodes, to connect with [Yggdrasil](https://yggdra
## Install
### Stable
``` bash
cargo install yps
```
### Repository
```
* `git clone https://github.com/yggverse/yps.git && cd yps`
* `cargo build --release`
* `sudo install target/release/yps /usr/local/bin/yps`
```
## Usage