From 3b92c57a75753f048716ce21d7ae0f337ddf5175 Mon Sep 17 00:00:00 2001 From: Timothy Miller <46549361+timothymiller@users.noreply.github.com> Date: Wed, 16 Dec 2020 18:55:57 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 162d933..7c26408 100755 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Docker Hub has experimental support for multi-architecture builds. Their officia - Linux/amd64 by default `docker-build.sh` -Give your bash script permission to execute. +2. Give your bash script permission to execute. ```bash sudo chmod +x ./docker-build.sh @@ -128,7 +128,7 @@ sudo chmod +x ./docker-build.sh sudo chmod +x ./docker-build-all.sh ``` -At project root, run the `docker-build.sh` script. +3. At project root, run the `docker-build.sh` script. Recommended for local development