Skip to content

Commit 940d77a

Browse files
authored
docs: update README for mise installation and rustup command correction (#353)
* docs: update README for mise installation and rustup command correction * use brew instead of script
1 parent f2e3632 commit 940d77a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ For MacOS:
8787

8888
```shell
8989
xcode-select --install
90-
brew install rtx pnpm protobuf zsh bash fish shellcheck jq
90+
brew install mise pnpm protobuf zsh bash fish shellcheck jq
9191
```
9292

9393
### 2. Install Rust toolchain using [Rustup](https://rustup.rs):
9494

9595
```shell
9696
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
97-
rustup toolchain default stable
97+
rustup default stable
9898
# for pre-commit hooks the two following commands are required
9999
rustup toolchain install nightly
100100
cargo install typos-cli
@@ -107,7 +107,7 @@ rustup target add x86_64-apple-darwin
107107
rustup target add aarch64-apple-darwin
108108
```
109109

110-
### 3. Setup Python and Node using [`rtx`](https://mise.jdx.dev)
110+
### 3. Setup Python and Node using [`mise`](https://mise.jdx.dev)
111111

112112
Add mise integrations to your shell shell
113113

@@ -125,6 +125,7 @@ echo 'mise activate fish | source' >> ~/.config/fish/config.fish
125125
Install the Python and Node toolchains using:
126126

127127
```shell
128+
mise trust
128129
mise install
129130
```
130131

0 commit comments

Comments
 (0)