From 6afebb7946e01ddcab3a6bb2146eaab9ccbd5772 Mon Sep 17 00:00:00 2001 From: Tung Leo Date: Sun, 7 Jul 2024 15:48:41 +0700 Subject: [PATCH] Adjust node in quick start section --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4121b9a..0a5f568 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,8 @@ _NOTE_: In the following section, we use the latest tag in the documentation, bu docker run --network host -it --rm -v ~/.devops-toolkit-config:/config tungbq/devops-toolkit:0.1.0 ``` - _NOTE_: - - - Note: You can replace `~/.devops-toolkit-config` with any desired folder path on your VM. +- _NOTE_ + - You can replace `~/.devops-toolkit-config` with any desired folder path on your VM. - Remove the `-v ~/.devops-toolkit-config:/config` option if you do not wish to store configurations on the host (not recommended for configuration reuse). ## Demo 📺