From 506db4ae505e98a0fa100908524fdaeb589cb572 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Sat, 31 Aug 2024 20:14:03 +0300 Subject: [PATCH] Fix typo in README.md Signed-off-by: Andrei Solodovnikov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027ff7a..cf104da 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ docker build -t riscv-docs-base-container-image -f ./Dockerfiles/ubuntu2204 . ### Using a pre-built container image -If if want to save time, you can easily [pull the latest image built from Docker Hub](https://hub.docker.com/repository/docker/riscvintl/riscv-docs-base-container-image/general) and skip the image building process. This is a multi-arch image (available for x86_64 and arm - so you can run on Apple silicon for instance). Execute the following step to complete this task: +If want to save time, you can easily [pull the latest image built from Docker Hub](https://hub.docker.com/repository/docker/riscvintl/riscv-docs-base-container-image/general) and skip the image building process. This is a multi-arch image (available for x86_64 and arm - so you can run on Apple silicon for instance). Execute the following step to complete this task: > NOTE: this step assumes you already have Docker installed and configured.