From 117167784ceb270a9ef7806a2ead4d2251ae2ded Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 31 Aug 2019 13:16:42 +0500 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5994b51..a041f6c 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -# qemu-with-rbd-alpine \ No newline at end of file +# qemu-with-rbd-alpine + +Contain .apk package of qemu compiled with rbd support. (version 4.0.0-r1) + +## Installation + +`shell +git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git +cd qemu-with-rbd-alpine +apk add * --allow-untrusted +`