Skip to content

Commit 840e6a8

Browse files
author
Jim Crowley
committed
Pull from https not ssh, easier for users
1 parent 6cb29ea commit 840e6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Clone repository to: `$GOPATH/src/github.com/dmacvicar/terraform-provider-libvir
8282

8383
```console
8484
mkdir -p $GOPATH/src/github.com/dmacvicar; cd $GOPATH/src/github.com/dmacvicar
85-
git clone git@github.com:dmacvicar/terraform-provider-libvirt
85+
git clone https://github.com/dmacvicar/terraform-provider-libvirt.git
8686
```
8787

8888
Enter the provider directory and build the provider

0 commit comments

Comments
 (0)