Skip to content

Commit

Permalink
docs: update README for mise installation and rustup command correcti…
Browse files Browse the repository at this point in the history
…on (#353)

* docs: update README for mise installation and rustup command correction

* use brew instead of script
  • Loading branch information
aryasaatvik authored Jan 6, 2025
1 parent f2e3632 commit 940d77a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ For MacOS:

```shell
xcode-select --install
brew install rtx pnpm protobuf zsh bash fish shellcheck jq
brew install mise pnpm protobuf zsh bash fish shellcheck jq
```

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

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

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

Add mise integrations to your shell shell

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

```shell
mise trust
mise install
```

Expand Down

0 comments on commit 940d77a

Please sign in to comment.