mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Updated Download and update (markdown)
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user