[README.md] minor fix

This commit is contained in:
Jesús 2021-02-17 20:29:43 -05:00
parent 59c21a3352
commit 837b108000
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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.