From 0662fc15c88ba4166464df8b05c2347d6b964e72 Mon Sep 17 00:00:00 2001 From: Peter van Galen Date: Tue, 24 May 2022 15:45:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7b27b..fdcdb01 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Since the software is run in a self-contained Docker image, you need Docker. The Either pull the image from Docker hub or build from source as follows. 1. Clone Github repository to your local disk. -2. From the top-level folder, build the docker image: +2. From the top-level folder (WAT3R), build the docker image: ``` docker build -t mainciburu/wat3r . ```