diff --git a/APKINDEX.tar.gz b/APKINDEX.tar.gz deleted file mode 100644 index 60e63d6..0000000 Binary files a/APKINDEX.tar.gz and /dev/null differ diff --git a/README.md b/README.md index 11412e7..c304323 100644 --- a/README.md +++ b/README.md @@ -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) ```