update git repo URL using https

This commit is contained in:
Avner Tzur
2021-10-04 13:51:47 +03:00
parent fd8dd7ab8a
commit f0cd1965b4
+2 -2
View File
@@ -123,7 +123,7 @@ Note: development (and the release process) is done with Go `1.16`
1. Clone Project
```
git clone git@github.com:armosec/kubescape.git kubescape && cd "$_"
git clone https://github.com/armosec/kubescape.git kubescape && cd "$_"
```
2. Build
@@ -142,7 +142,7 @@ go mod tidy && go build -o kubescape .
1. Clone Project
```
git clone git@github.com:armosec/kubescape.git kubescape && cd "$_"
git clone https://github.com/armosec/kubescape.git kubescape && cd "$_"
```
2. Build