From 6eeb5fc344eb88868724adc4426f39ea021f4a8e Mon Sep 17 00:00:00 2001 From: Jesus Date: Sun, 24 Sep 2023 11:05:49 +0800 Subject: [PATCH] README.md: update --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 588439c..11d7e91 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,17 @@ Usage - Converter hyperbola-bootstrap to bootstrap image valid for docker - ```console - $ bash tar_fix.sh --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz - ``` +```console +$ bash tar_fix.sh --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz +``` - Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory. - Build the image with a command like: - ```console - $ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . - ``` +```console +$ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . +``` License =======