diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7eb40af..4a7265b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index a56d42a..05c8750 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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).