Updated Download and update (markdown)

inquisb 2012-07-16 07:28:47 -07:00
parent 032c3a5168
commit 37a6f882a0

@ -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