Updated Download and update (markdown)

Miroslav Stampar 2020-03-26 14:43:31 +01:00
parent 7dd5003f85
commit 5bad5e72e8

@ -6,7 +6,11 @@ Preferably, you can download sqlmap by cloning the [Git](https://github.com/sqlm
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
You can update it at any time to the latest development version by running:
Alternatively, you can retrieve the latest (monthly) package from the [PyPI](https://pypi.org/project/sqlmap/) repository:
pip install --upgrade sqlmap
You can update sqlmap at any time to the latest development version by running:
python sqlmap.py --update