installation command updated, APKINDEX.tar.gz removed

This commit is contained in:
ahmadbilalkhalid 2019-08-31 13:40:20 +05:00
parent c9280f7f13
commit 453a38b8a9
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View file

@ -5,7 +5,5 @@ Contain .apk package of qemu compiled with rbd support. (version 4.0.0-r1)
## Installation
```bash
git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git
cd qemu-with-rbd-alpine
apk add * --allow-untrusted
$(git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git && cd qemu-with-rbd-alpine && apk add *.apk --allow-untrusted)
```