Skip to content

Commit

Permalink
Add correct path to factor in repository changes
Browse files Browse the repository at this point in the history
Closes: diem#15
  • Loading branch information
ThePassiveTrust authored and bors-libra committed Jan 15, 2022
1 parent bf949cb commit 6f1f1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/tools/move-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Every Move CLI command, with the exception of `package create`, is expected to b

## Installation
```shell
$ cargo install --path diem/language/tools/move-cli
$ cargo install --path move/language/tools/move-cli
```
or
```shell
$ cargo install --git https://github.com/diem/diem move-cli --branch main
$ cargo install --git https://github.com/diem/move move-cli --branch main
```

This will install the `move` binary in your Cargo binary directory. On
Expand Down

0 comments on commit 6f1f1d3

Please sign in to comment.