diff --git a/README.md b/README.md
index aa3f4f0..a09b2af 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
* `apt update`
* `apt install git -y`
-* `git clone git://github.com/htr-tech/nexphisher.git`
+* `git clone git@github.com:htr-tech/nexphisher.git`
* `cd nexphisher`
#### > SETUP : `bash setup`
#### > SETUP [TERMUX] : `bash tmux_setup`
@@ -29,7 +29,7 @@
## Single Command :
```
-apt update ; apt install git -y ; git clone git://github.com/htr-tech/nexphisher.git ; cd nexphisher ; bash setup ; bash nexphisher
+apt update ; apt install git -y ; git clone git@github.com:htr-tech/nexphisher.git ; cd nexphisher ; bash setup ; bash nexphisher
```