Skip to content

Commit

Permalink
Re-Add Rustup to the README (#648)
Browse files Browse the repository at this point in the history
In the beginning, there were clear instructions for users that had the problems addressed by NativeLink but were not necessarily Rust users. Rust is an implementation detail and Rust knowledge cannot be a pre-requisite.
  • Loading branch information
MarcusSorealheis committed Feb 2, 2024
1 parent 5470857 commit 0cba4fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Below, you will find a few different options for getting started with Native Lin

### 📦 Installing with Cargo

1. First install Rust, but skip to step 2 if you have it already.
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
2. Install NativeLink with Cargo.
```bash
cargo install --git https://github.com/TraceMachina/nativelink --tag v0.2.0
```
Expand Down

0 comments on commit 0cba4fa

Please sign in to comment.