From 707ee937033e63d220219d331a8cb4e5ac58f132 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 16 Aug 2025 19:18:03 +0300 Subject: [PATCH] update installation examples --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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