From aca326e7c87f5f1aece2db4a75c25cb997b85b7a Mon Sep 17 00:00:00 2001 From: Zhongze Tang Date: Thu, 27 Apr 2023 15:43:05 -0400 Subject: [PATCH] Improve the doc `asciidoctor` is not included in a freshly installed Ubuntu Server 22.04 LTS. The doc enters wrong folder when configure `attestation-agent` Signed-off-by: tangbao --- guides/sev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/sev.md b/guides/sev.md index 66a52a6..82890ff 100644 --- a/guides/sev.md +++ b/guides/sev.md @@ -29,7 +29,7 @@ Follow these steps to install `sevctl`: sudo apt install -y musl-dev musl-tools # Additional packages are required to build - sudo apt install -y pkg-config libssl-dev + sudo apt install -y pkg-config libssl-dev asciidoctor # Clone the repository git clone https://github.com/virtee/sevctl.git @@ -269,7 +269,7 @@ The Attestation Agent hosts a grpc service to support encrypting the image. Clon ``` attestation_agent_tag="v0.1.0" git clone https://github.com/confidential-containers/attestation-agent.git -(cd simple-kbs && git checkout -b "branch_${attestation_agent_tag}" "${attestation_agent_tag}") +(cd attestation-agent && git checkout -b "branch_${attestation_agent_tag}" "${attestation_agent_tag}") ``` Run the offline_fs_kbs: