mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Arch Linux based guide. (#109)
Fixed - Android guide CAPSLOCK New - Arch Linux based distros guide
This commit is contained in:
parent
ca53910f6b
commit
a8d947bae5
40
README.md
40
README.md
|
@ -39,6 +39,12 @@
|
|||
|
||||
* **MacOS High Sierra**
|
||||
|
||||
* **Arch Linux**
|
||||
|
||||
* **Manjaro XFCE Edition 17.1.12**
|
||||
|
||||
* **Black Arch**
|
||||
|
||||
### CLONE
|
||||
```
|
||||
git clone https://github.com/An0nUD4Y/SocialFish.git
|
||||
|
@ -72,7 +78,39 @@ python3 SocialFish.py
|
|||
./SocialFish.py
|
||||
|
||||
```
|
||||
### RUNNING (FOR ANDROID USERS IN TERMUX)
|
||||
### RUNNING (If distro based on Arch Linux)
|
||||
|
||||
```
|
||||
cd SocialFish
|
||||
```
|
||||
|
||||
```
|
||||
sudo pacman -Syu
|
||||
```
|
||||
```
|
||||
sudo pacman -S python-pip
|
||||
```
|
||||
|
||||
```
|
||||
sudo pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
```
|
||||
chmod 777 SocialFish.py
|
||||
```
|
||||
|
||||
```
|
||||
python3 SocialFish.py
|
||||
|
||||
```
|
||||
OR
|
||||
|
||||
```
|
||||
./SocialFish.py
|
||||
|
||||
```
|
||||
|
||||
### RUNNING (For Android users in Termux)
|
||||
|
||||
```
|
||||
First install { Termux } from Playstore.
|
||||
|
|
Loading…
Reference in New Issue
Block a user