Skip to content

Commit

Permalink
[aptos-cli] Fix CLI instructions to use tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario authored and aptos-bot committed May 13, 2022
1 parent 8a45f13 commit aad3dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aptos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aad3dd1

Please sign in to comment.