Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GamehunterKaan committed Apr 27, 2024
1 parent 20a685b commit d727b93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ AutoPWN Suite has a very user friendly easy to read output.

## Installation

You can install it using pip. (sudo recommended)
You can clone the repo. (This is the recommended installation method as other methods are no longer maintained)

```
sudo pip install autopwn-suite
git clone https://github.com/GamehunterKaan/AutoPWN-Suite.git
cd AutoPWN-Suite
sudo pip install -r requirements.txt
```

OR

You can clone the repo.
You can install it using pip. (sudo recommended)

```
git clone https://github.com/GamehunterKaan/AutoPWN-Suite.git
cd AutoPWN-Suite
sudo pip install -r requirements.txt
sudo pip install autopwn-suite
```

OR
Expand Down

0 comments on commit d727b93

Please sign in to comment.