update installation example (remove install from crates as it may confuse by the environment)

This commit is contained in:
yggverse 2025-08-16 19:42:33 +03:00
parent 1b46cccc0e
commit f1b6589051

View file

@ -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