diff --git a/README.md b/README.md index 1dece2e8..66face9b 100644 --- a/README.md +++ b/README.md @@ -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: + + ```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: