diff --git a/README.md b/README.md index ceb9633..bd24995 100644 --- a/README.md +++ b/README.md @@ -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