'Sudo' Removed from Termux instructions

No need of sudo permission just launch the script without sudo in termux.
pull/197/head
AnonUD4Y 2019-01-27 11:31:20 +05:30 committed by GitHub
parent adf9a9c9f5
commit 0c62d317dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -103,11 +103,11 @@ chmod 777 HiddenEye.py
```
```
sudo python HiddenEye.py
python HiddenEye.py
or
sudo ./HiddenEye.py
./HiddenEye.py
```
### Running (One Code installation in Termux)