File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ For MacOS:
8787
8888``` shell
8989xcode-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
9696curl --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
9999rustup toolchain install nightly
100100cargo install typos-cli
@@ -107,7 +107,7 @@ rustup target add x86_64-apple-darwin
107107rustup 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
112112Add mise integrations to your shell shell
113113
@@ -125,6 +125,7 @@ echo 'mise activate fish | source' >> ~/.config/fish/config.fish
125125Install the Python and Node toolchains using:
126126
127127``` shell
128+ mise trust
128129mise install
129130```
130131
You can’t perform that action at this time.
0 commit comments