From 976dddca41661bc03c6a2e5c5395c3e0bf5fe06a Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Sat, 31 Aug 2019 13:17:07 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a041f6c..11412e7 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Contain .apk package of qemu compiled with rbd support. (version 4.0.0-r1) ## Installation -`shell +```bash git clone https://github.com/ahmedbilal/qemu-with-rbd-alpine.git cd qemu-with-rbd-alpine apk add * --allow-untrusted -` +```