diff --git a/Download-and-update.md b/Download-and-update.md index dad6c7a..3fa1671 100644 --- a/Download-and-update.md +++ b/Download-and-update.md @@ -4,14 +4,12 @@ You can download the latest tarball by clicking [here](https://github.com/sqlmap Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlmapproject/sqlmap) repository: - $ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev + git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev You can update it at any time to the latest development version by running: - $ python sqlmap.py --update + python sqlmap.py --update Or: - $ git pull - -This is strongly recommended **before** reporting any bug to the [mailing list](http://sqlmap.org/#ml). + git pull