use https url instead of git url to clone repo
This commit is contained in:
parent
a07740b88a
commit
f6d3bf7c71
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ It would be under /home/apkbuild/packages/main/x86_64/
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```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)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue