diff --git a/doc/md/getting-started/dev-env.md b/doc/md/getting-started/dev-env.md index e732879fd1e..4d7c8a61418 100644 --- a/doc/md/getting-started/dev-env.md +++ b/doc/md/getting-started/dev-env.md @@ -105,13 +105,13 @@ DFX_MOC_PATH="$(vessel bin)/moc" dfx deploy To specify a custom version of the Motoko base library to be used with `dfx`, you can use the package manager `mops` with the following command: ``` -mops add base@ && mops install +mops add base@ ``` For example, to use base library version `0.9.0`, use the command: ``` -mops add base@0.9.0 && mops install +mops add base@0.9.0 ``` ### Specifying a custom version of `dfx`