Skip to content

Commit def7f32

Browse files
committed
docs: Rust install instructions
1 parent 13ba168 commit def7f32

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ brew install boringsql/boringsql/dryrun
8686

8787
**From source:**
8888

89+
Requires Rust. If you don't have it, install via [rustup](https://rustup.rs/):
90+
91+
```sh
92+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
93+
```
94+
95+
Then:
96+
8997
```sh
9098
git clone https://github.com/boringsql/dryrun.git
9199
cd dryrun

0 commit comments

Comments
 (0)