use https url instead of git url to clone repo

This commit is contained in:
ahmadbilalkhalid 2019-11-27 11:48:06 +05:00
parent a07740b88a
commit f6d3bf7c71
1 changed files with 1 additions and 1 deletions

View File

@ -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)
```