From e2f45c726bc95c5a02da8ccec8bb4162cdf39c84 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 13 Jul 2025 02:14:59 -0400 Subject: [PATCH] README: use soup --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9dd07c..a608d5c 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,19 @@ ## Testing with AWS on Amazon Linux Ensure the instance is set up with Nitro Enclaves, and run the following -command: +command to install and enable nitro enclave support: ```sh -dnf install aws-nitro-enclaves-cli make +# You can leave off `git` if you've already installed it to clone the repo. +sudo dnf install aws-nitro-enclaves-cli make git +sudo systemctl enable --now nitro-enclaves-allocator.service +# Add the current user to the Docker group +sudo usermod -aG docker $USER ``` +You may need to reconnect to change the signed-in users. Use `groups` to see if +you are in the `docker` group. + Then, the EIF can be built using: ```sh