aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/README.md b/README.md
index b349cf3..588439c 100644
--- a/README.md
+++ b/README.md
@@ -10,16 +10,14 @@ Hyperbola Docker images.
Usage
======
-- `git clone` this repository.
+- `git clone` this repository and move to directory where you have cloned it.
-- `cd` to a directory where you have cloned it.
-
-- Generate bootstrap image with [hyperbola-bootstrap](https://git.sr.ht/~heckyel/hyperbola-bootstrap)
+- 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/)
- Converter hyperbola-bootstrap to bootstrap image valid for docker
```console
- $ python3 tar_fix.py --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz
+ $ bash tar_fix.sh --input=hyperbola-bootstrap.tar.gz --output=bootstrap.tar.gz
```
- Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory.
@@ -30,12 +28,6 @@ Usage
$ docker build --tag hyperbola:0.4 -f Dockerfile-Hyperbola-v04 .
```
- or for Hyperbola Milky Way v0.3
-
- ```console
- $ docker build --tag hyperbola:0.3 -f Dockerfile-Hyperbola-v03 .
- ```
-
License
=======