Skip to content

Commit

Permalink
Update Contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemIdrisi committed Jan 2, 2024
1 parent d04e1cf commit 01709dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Please try to make valuable contributions and avoid spam pull requests.

NON-CODE PRs are not accepted.

#### For minor changes
* Fork the project and make the changes.
* Open a pull request describing your contribution.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ Open terminal and paste the following commands :
git clone https://github.com/AzeemIdrisi/PhoneSploit-Pro.git
```
```
pip install -r requirements.txt
cd PhoneSploit-Pro/
```
```
cd PhoneSploit-Pro/
pip install -r requirements.txt
```
```
python3 phonesploitpro.py
Expand All @@ -133,10 +133,10 @@ Open terminal and paste the following commands :
git clone https://github.com/AzeemIdrisi/PhoneSploit-Pro.git
```
```
pip install -r requirements.txt
cd PhoneSploit-Pro/
```
```
cd PhoneSploit-Pro/
pip install -r requirements.txt
```
1. Download and extract latest `platform-tools` from [here](https://developer.android.com/studio/releases/platform-tools.html#downloads).

Expand Down

0 comments on commit 01709dc

Please sign in to comment.