From 15360425b7438eabe8a47781758af2591d8c2d0d Mon Sep 17 00:00:00 2001 From: hirokisan Date: Tue, 29 Oct 2024 17:11:16 +0900 Subject: [PATCH] docs: update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be2a3b0..5807918 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ solprofile gives profile to the wallet on solana. ## Setup -- Install Rust -- Install Solana CLI -- Install Anchor CLI +- [Install Rust](https://www.rust-lang.org/tools/install) +- [Install Solana CLI](https://docs.solanalabs.com/cli/install) +- [Install Anchor CLI](https://www.anchor-lang.com/docs/installation) +- [Optional] [Install just](https://github.com/casey/just) ## Run on localnet