From 1718222b4fbccff34e92186de8a16b9cb8e7b508 Mon Sep 17 00:00:00 2001 From: Hanson Char Date: Tue, 31 Oct 2023 10:22:57 -0700 Subject: [PATCH] Fix Quickstart build instructions for AL2023 #253 (#254) * Fix Quickstart build instructions for AL2023 #253 * Update README.md --------- Co-authored-by: Hanson Char Co-authored-by: Sean McGrail <549813+skmcgrail@users.noreply.github.com> --- aws-lc-rs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-lc-rs/README.md b/aws-lc-rs/README.md index a35742213ff..4228de09b3e 100644 --- a/aws-lc-rs/README.md +++ b/aws-lc-rs/README.md @@ -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