diff options
author | Jesus <heckyel@riseup.net> | 2023-09-25 04:08:15 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-25 04:08:15 +0800 |
commit | f702f4b0dd5a9a38080953ea07aee4122839fe9a (patch) | |
tree | d9695d8e4947ef2fc51bb1947dfdfb6f749e954b | |
parent | 8d7135bb32c9d1c26a1b701cc0aef268d079e641 (diff) | |
download | hyperbola-docker-f702f4b0dd5a9a38080953ea07aee4122839fe9a.tar.lz hyperbola-docker-f702f4b0dd5a9a38080953ea07aee4122839fe9a.tar.xz hyperbola-docker-f702f4b0dd5a9a38080953ea07aee4122839fe9a.zip |
README.md: update
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,12 +14,12 @@ Usage - Generate bootstrap image with [hyperbola-bootstrap](https://git.sr.ht/~heckyel/hyperbola-bootstrap) or download file from [archive.fridu.us](https://archive.fridu.us/hyperbola/iso/) - Rename hyperbola-bootstrap to bootstrap.tar.gz image - mv -T hyperbola-bootstrap-x86_64.tar.gz bootstrap.tar.gz + mv -T hyperbola-bootstrap-x86_64.tar.gz 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.3 -f Dockerfile-Hyperbola-v04 . + docker build --tag hyperbola:0.4.3 -f Dockerfile-Hyperbola-v04 . License ======= |