From 837b1080004b18a959818dba44e84069a599b2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 17 Feb 2021 20:29:43 -0500 Subject: [PATCH] [README.md] minor fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3067314..1119950 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ Usage ./tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz -> This will remove input tarball's top-level directory from all its component paths, and save that in the output tarball. -> As a result its content starts at `/` rather than `x86_64/` or `i686/`, and so will the filesystem of the Docker image. -> `tar_fix.py` needs Python 3.5 or later. + > This will remove input tarball's top-level directory from all its component paths, and save that in the output tarball. + > As a result its content starts at `/` rather than `x86_64/` or `i686/`, and so will the filesystem of the Docker image. + > `tar_fix.py` needs Python 3.5 or later. - Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory.