From ecf70256571e3f60b2aa16f22b97acee14cbac0f Mon Sep 17 00:00:00 2001 From: richarah <72919977+richarah@users.noreply.github.com> Date: Wed, 14 Sep 2022 13:38:39 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 484c9ff..3fd67a5 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ git clone https://github.com/richarah/dorothy.git ``` Once the repository has been cloned, the Docker image may be built without further configuration via the provided `build.sh`: -#### Via build.sh (recommended for most users) +## Via build.sh (recommended for most users) ``` cd dorothy ./build.sh ``` Depending on your machine and Internet connection, this may take anywhere from 15 minutes to two hours. -#### Via Docker command +## Via Docker command The Dorothy image may also be built 'manually' via Docker command, which may be useful for non-standard configurations (see below) ``` docker build -t dorothy-tui . -- GitLab