fixed git clone command

This commit is contained in:
Kuba Gretzky
2020-09-15 21:27:14 +02:00
parent ef2e0b371d
commit e093efacb8
+1 -1
View File
@@ -71,7 +71,7 @@ When you have GO installed, type in the following:
```
sudo apt-get -y install git make
git clone github.com/kgretzky/evilginx2
git clone https://github.com/kgretzky/evilginx2.git
cd evilginx2
make
```