Compare commits

...

1 Commits

Author SHA1 Message Date
Avner Tzur
f0cd1965b4 update git repo URL using https 2021-10-04 13:51:47 +03:00

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