Skip to content

Commit

Permalink
doc: update install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Rqnsom committed Sep 13, 2024
1 parent cb69f9b commit 5fd92a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ If the mutants are not killed, it might indicate the quality of the test suite c

To build the tools, run:
```bash
$ cargo install --git https://github.com/eigerco/move-spec-testing.git move-mutator
$ cargo install --git https://github.com/eigerco/move-spec-testing.git move-spec-test
$ cargo install --git https://github.com/eigerco/move-spec-testing.git move-mutation-test
$ cargo install --git https://github.com/eigerco/move-spec-testing.git --branch develop-m1 --locked move-mutator
$ cargo install --git https://github.com/eigerco/move-spec-testing.git --branch develop-m1 --locked move-spec-test
$ cargo install --git https://github.com/eigerco/move-spec-testing.git --branch develop-m1 --locked move-mutation-test
```

That will install the tools into `~/.cargo/bin` directory (at least on MacOS and Linux).
Expand Down

0 comments on commit 5fd92a4

Please sign in to comment.