Skip to content

Commit

Permalink
docs: Update moon install.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 22, 2025
1 parent 2ac4e41 commit 53edf40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
deno = "1.40.0"
node = "20.8.0"
npm = "10.1.0"
pkl = "0.26.3"
pkl = "0.27.2"

[plugins]
pkl = "https://raw.githubusercontent.com/milesj/proto-plugins/refs/heads/master/pkl.toml"
7 changes: 3 additions & 4 deletions website/docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@ scripts to download and install moon.

### proto

moon can be installed and managed in [proto's toolchain](/proto) using a TOML plugin. This will
install moon to `~/.proto/tools/moon` and make the binary available at `~/.proto/bin`.
moon can be installed and managed in [proto's toolchain](/proto). This will install moon to
`~/.proto/tools/moon` and make the binary available at `~/.proto/bin`.

```shell
proto plugin add moon "https://raw.githubusercontent.com/moonrepo/moon/master/proto-plugin.toml" --to global
proto install moon
```

Furthermore, the version of moon can be pinned on a per-project basis using the
[`.prototools` config file](/docs/proto/config).

```toml title=".prototools"
moon = "1.29.0"
moon = "1.31.0"
```

:::info
Expand Down

0 comments on commit 53edf40

Please sign in to comment.