Update README.md

This commit is contained in:
Usama Abdul Sattar 2018-06-18 14:58:58 +05:00 committed by GitHub
parent 00f21fcf25
commit 764e263053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,11 +80,11 @@ After opening Follow below commands One by one
```
```
pkg install git python2 php curl
pkg install git python php curl
```
```
pip2 install wget
pip3 install wget
```
```
@ -104,7 +104,11 @@ chmod 777 SocialFishTermux.py
```
```
python2 SocialFishTermux.py
python SocialFishTermux.py
or
./SocialFishTermux.py
```