From cbcff662fb4e95f5b8252345785d9f3bd5f0ecd2 Mon Sep 17 00:00:00 2001 From: tamaszl <85541319+tamaszl@users.noreply.github.com> Date: Tue, 14 Dec 2021 14:58:33 -0800 Subject: [PATCH 1/2] Update README.md Updated apt install to include libssl-dev, cargo, pkg-config, --- cli/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index c45c6236..39e6d98b 100644 --- a/cli/README.md +++ b/cli/README.md @@ -3,9 +3,10 @@ This utility manages Solana Foundation Delegation Program registrations. ## Installation -Install Rust from https://rustup.rs/, then run ```bash -$ sudo apt install libudev-dev +$ su sol +$ cd +$ sudo apt install libudev-dev libssl-dev cargo pkg-config $ cargo install solana-foundation-delegation-program-cli $ solana-foundation-delegation-program --version ``` From ac42c9786d5d373ec1f2aa6b2bc8ff069b55dcd9 Mon Sep 17 00:00:00 2001 From: tamaszl <85541319+tamaszl@users.noreply.github.com> Date: Tue, 21 Dec 2021 11:12:45 -0800 Subject: [PATCH 2/2] Update README.md removed su sol and cd --- cli/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/README.md b/cli/README.md index 39e6d98b..6cfcb0f1 100644 --- a/cli/README.md +++ b/cli/README.md @@ -4,8 +4,6 @@ This utility manages Solana Foundation Delegation Program registrations. ## Installation ```bash -$ su sol -$ cd $ sudo apt install libudev-dev libssl-dev cargo pkg-config $ cargo install solana-foundation-delegation-program-cli $ solana-foundation-delegation-program --version