Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ICEGXG committed Nov 2, 2021
2 parents 7978f05 + f4fe024 commit 5406f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Python Discord Server Nuker
# Set-up:
### > For Linux:
```
sudo apt update;sudo apt upgrade;sudo apt install git python;sudo apt install python3-pip;cd;git clone https://github.com/ICEGXG/UntitledNuker;cd UntitledNuker;pip3 install -r requirements.txt;python3 UntitledNuker.py
sudo apt update;sudo apt upgrade;sudo apt install git python;sudo apt install python3-pip;cd;git clone https://github.com/ICEGXG/UntitledNuker;cd UntitledNuker/src;pip3 install -r requirements.txt;python3 UntitledNuker.py
```
### > For Windows (You should have python3 installed):
```
git clone https://github.com/ICEGXG/UntitledNuker;cd UntitledNuker;pip3 install -r requirements.txt;python3 UntitledNuker.py
git clone https://github.com/ICEGXG/UntitledNuker;cd UntitledNuker/src;pip3 install -r requirements.txt;python3 UntitledNuker.py
```

# Meta
Expand Down

0 comments on commit 5406f7d

Please sign in to comment.