diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-17 20:29:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-17 20:29:43 -0500 |
commit | 837b1080004b18a959818dba44e84069a599b2c1 (patch) | |
tree | 7d124e4b6a6dda416226c70fd221e0506f1c0718 | |
parent | 59c21a335258b88699cc632755682379e7a60dda (diff) | |
download | hyperbola-docker-837b1080004b18a959818dba44e84069a599b2c1.tar.lz hyperbola-docker-837b1080004b18a959818dba44e84069a599b2c1.tar.xz hyperbola-docker-837b1080004b18a959818dba44e84069a599b2c1.zip |
[README.md] minor fix
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |