Skip to content

Commit

Permalink
fix doc about installation (#155, DFI-443)
Browse files Browse the repository at this point in the history
improve doc about installation for all bins or just dvm
  • Loading branch information
boozook authored Jun 30, 2020
1 parent 2117e84 commit 419588f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,16 @@ Check out [Usage](#Usage) part for more info.

### Build and Install

To install using `cargo` run the following command:
To install using `cargo` run the following commands:

<!-- TODO: fix via make dvm-cli a main create -->

```bash
cargo install --git https://github.com/dfinance/dvm.git
git clone https://github.com/dfinance/dvm.git && cd dvm
# for all binaries:
cargo install --path ./cli --bins
# or for dvm only:
# cargo install --path ./cli --bin dvm
```

As result you will get the following executables into your `.cargo/bin` directory:
Expand Down

0 comments on commit 419588f

Please sign in to comment.