From aad3dd10946e75d868682f49c8f465edda001dd9 Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Thu, 12 May 2022 17:20:42 -0700 Subject: [PATCH] [aptos-cli] Fix CLI instructions to use tag Closes: #962 --- crates/aptos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/aptos/README.md b/crates/aptos/README.md index b7a8dfb592c92..bfe4e0b9379bb 100644 --- a/crates/aptos/README.md +++ b/crates/aptos/README.md @@ -23,7 +23,7 @@ source $HOME/.cargo/env 1. Install the `aptos` CLI tool by running the below command. You can run this command from any directory. The `aptos` CLI tool will be installed into your `CARGO_HOME`, usually `~/.cargo`: ```bash -cargo install --git https://github.com/aptos-labs/aptos-core.git aptos +cargo install --git https://github.com/aptos-labs/aptos-core.git aptos --tag aptos-cli-latest ``` 2. Confirm that the `aptos` CLI tool is installed successfully by running the below command. The terminal will display the path to the `aptos` CLI's location.