Skip to content

Commit

Permalink
Merge pull request #253 from letmejustputthishere/patch-1
Browse files Browse the repository at this point in the history
Update 02-mops-toolchain-init.md
  • Loading branch information
ZenVoich authored Sep 27, 2024
2 parents 0a5192d + c08182a commit 2bea154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/cli/5-toolchain/02-mops-toolchain-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ It will update your `.bashrc`/`.zshrc` file to set `DFX_MOC_PATH` to the `moc-wr
So when you build your project with `dfx`, it will use `moc` version specified in `mops.toml` file. If `moc` version is not specified, it will use default `moc` version that comes with `dfx`.

:::info
In CI environment, this command runs automatically when you run `mops install` or `mops toolhcain use`.
In CI environment, this command runs automatically when you run `mops install` or `mops toolchain use`.

So no need to run it manually in GitHub Actions.
:::

To undo changes made by this command, run [`mops toolchain reset`](/cli/mops-toolchain-reset) command.
To undo changes made by this command, run [`mops toolchain reset`](/cli/mops-toolchain-reset) command.

0 comments on commit 2bea154

Please sign in to comment.