Skip to content

Commit

Permalink
docs: remove extra mops install from dev-env.md (#4725)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabor Greif <[email protected]>
Co-authored-by: Claudio Russo <[email protected]>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent b44323e commit 85f4f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/md/getting-started/dev-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<VERSION> && mops install
mops add base@<VERSION>
```

For example, to use base library version `0.9.0`, use the command:

```
mops add [email protected] && mops install
mops add [email protected]
```

### Specifying a custom version of `dfx`
Expand Down

0 comments on commit 85f4f58

Please sign in to comment.