Skip to content

Commit

Permalink
Fix Quickstart build instructions for AL2023 #253 (#254)
Browse files Browse the repository at this point in the history
* Fix Quickstart build instructions for AL2023 #253

* Update README.md

---------

Co-authored-by: Hanson Char <[email protected]>
Co-authored-by: Sean McGrail <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2023
1 parent 1bdaefe commit 1718222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lc-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ a few more packages may be needed. The listing below shows the steps needed for
building and testing our project locally.
```shell
# Install dependencies needed for build and testing
sudo yum install -y cmake3 clang git clang-libs golang openssl-devel
sudo yum install -y cmake3 clang git clang-libs golang openssl-devel perl-FindBin

# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Expand Down

1 comment on commit 1718222

@hansonchar
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.