From f6d3bf7c711151e222f0f9fff489bc679d8e354c Mon Sep 17 00:00:00 2001 From: meow Date: Wed, 27 Nov 2019 11:48:06 +0500 Subject: [PATCH] use https url instead of git url to clone repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1290dd..b991f2a 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ It would be under /home/apkbuild/packages/main/x86_64/ ## Installation ```bash -$(git clone git@code.ungleich.ch:ahmedbilal/qemu-with-rbd-alpine.git && cd qemu-with-rbd-alpine && apk add apks/*.apk --allow-untrusted) +$(git clone https://code.ungleich.ch/ahmedbilal/qemu-with-rbd-alpine.git && cd qemu-with-rbd-alpine && apk add apks/*.apk --allow-untrusted) ```