From 39c2058c27b65d7812f3e4681a451c635a76b7ba Mon Sep 17 00:00:00 2001 From: Gleb Date: Thu, 8 Aug 2024 23:54:51 -0700 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94fe0a87d..21b38392b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ There are 2 ways to being developing stellar-cli: ### Installing all required dependencies -You may want to install all required dependencies locally. This includes installing `rustup`, `make`, `libudev`, `jq` from your package manager. After all dependencies are installed, you can start with running `make build` to build `stellar-cli` on your machine! +You may want to install all required dependencies locally. This includes installing `rustup`, `make`, `libudev`, `jq` from your package manager. After all dependencies are installed, you can start with running `make install` to build `stellar-cli` and install it! ### Using `nix`