aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesus <heckyel@riseup.net>2023-09-25 03:25:00 +0800
committerJesus <heckyel@riseup.net>2023-09-25 03:25:00 +0800
commit8d7135bb32c9d1c26a1b701cc0aef268d079e641 (patch)
treeae2406be999506d0d3264bdec554198d599f6318 /README.md
parent6eeb5fc344eb88868724adc4426f39ea021f4a8e (diff)
downloadhyperbola-docker-8d7135bb32c9d1c26a1b701cc0aef268d079e641.tar.lz
hyperbola-docker-8d7135bb32c9d1c26a1b701cc0aef268d079e641.tar.xz
hyperbola-docker-8d7135bb32c9d1c26a1b701cc0aef268d079e641.zip
Remove tar_fix.sh because hyperbola-bootstrap in current version fixed it's
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 11d7e91..002f297 100644
--- a/README.md
+++ b/README.md
@@ -11,22 +11,15 @@ Usage
======
- `git clone` this repository and move to directory where you have cloned it.
-
- 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
-- Converter hyperbola-bootstrap to bootstrap image valid for docker
-
-```console
-$ bash tar_fix.sh --input=hyperbola-bootstrap.tar.gz --output=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:
-```console
-$ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 .
-```
+ docker build --tag hyperbola:0.4.3 -f Dockerfile-Hyperbola-v04 .
License
=======