From 01709dcc3cb20ca1396cf97da84fcb9da94567e8 Mon Sep 17 00:00:00 2001 From: Azeem Idrisi Date: Tue, 2 Jan 2024 22:18:01 +0530 Subject: [PATCH] Update Contributing.md --- CONTRIBUTING.md | 2 ++ README.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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).