Skip to content

Commit

Permalink
Merge pull request #2205 from filecoin-project/update/rust-macos-inst…
Browse files Browse the repository at this point in the history
…allation

Simplify Rust installation for MacOS users.
  • Loading branch information
johnnymatthews authored Sep 26, 2023
2 parents c816b5d + d388623 commit 53e47f5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nodes/lite-nodes/spin-up-a-lite-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ To build the lite-node, you’ll need some specific software. Run the following
2. Install the following dependencies:

```sh
brew install go bzr jq pkg-config hwloc coreutils
```

3. Install Rust and source the `~/.cargo/env` config file:

```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
brew install go bzr jq pkg-config hwloc coreutils rust
```

{% endtab %}
Expand Down

0 comments on commit 53e47f5

Please sign in to comment.