Skip to content

Commit 8645150

Browse files
authored
Update README.md
1 parent 7a3f7ba commit 8645150

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ Lets see some real-world scenarios of XSRFProbe in action:
5656

5757
### Usage:
5858
> For the full usage info, please take a look at the wiki's — [General Usage](https://github.com/0xinfection/xsrfprobe/wiki/general-usage) and [Advanced Usage](https://github.com/0xinfection/xsrfprobe/wiki/advanced-usage).
59+
60+
#### Installing via Pypi:
61+
XSRFProbe can be easily installed via a single command:
62+
```
63+
pip install xsrfprobe
64+
```
65+
66+
#### Installing manually:
5967
- For the basics, the first step is to install the tool:
6068
```
6169
python3 setup.py install

0 commit comments

Comments
 (0)