From 89ed8839686a3476b11f95936f216232788673d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 8 Apr 2021 21:57:43 -0500 Subject: [PATCH] [README.md]: update syntax --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4690a19..a81c43f 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,23 @@ Usage - Converter hyperbola-bootstrap to bootstrap image valid for docker - ./tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz + ```console + $ ./tar_fix.py --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: - docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . + ```console + $ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 . + ``` - or for Hyperbola Milky Way v0.3 +or for Hyperbola Milky Way v0.3 - docker build --tag hyperbola:0.3 -f Dockerfile-Hyperbola-v03 . + ```console + $ docker build --tag hyperbola:0.3 -f Dockerfile-Hyperbola-v03 . + ``` License =======