Skip to content

Commit

Permalink
Add GCC to Prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
darricksee authored Jun 26, 2024
1 parent b6512c4 commit 72ac55f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Rust installed on your machine. If it's not:
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

GCC installed on your machine.
```bash
sudo yum install gcc #or similar
```


There are two primary ways to use all roles:

- Run certain roles and connecting to our community-hosted roles. (The easiest way to test SRI)
Expand Down

0 comments on commit 72ac55f

Please sign in to comment.