From f1b6589051a4c2e12fb028803b2ad8cafa5e652c Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 16 Aug 2025 19:42:33 +0300 Subject: [PATCH] update installation example (remove install from crates as it may confuse by the environment) --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e52a4d5..ceb9633 100644 --- a/README.md +++ b/README.md @@ -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