Skip to content

Commit

Permalink
Follow on-screen instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmarty authored Aug 21, 2024
1 parent 11c92f2 commit 0f5969b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To build the Secrets Manager Agent binary natively, you need the standard develo
1. Follow the instructions at [Install Rust](https://www.rust-lang.org/tools/install) in the *Rust documentation*\.

```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Follow the on-screen instructions
. "$HOME/.cargo/env"
```

Expand All @@ -69,7 +69,7 @@ To build the Secrets Manager Agent binary natively, you need the standard develo
1. Follow the instructions at [Install Rust](https://www.rust-lang.org/tools/install) in the *Rust documentation*\.

```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Follow the on-screen instructions
. "$HOME/.cargo/env"
```

Expand Down

0 comments on commit 0f5969b

Please sign in to comment.