1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00

Fixed typo in installation docs

This commit is contained in:
Caleb Stewart 2021-12-07 11:10:19 -05:00
parent 28ece616c5
commit 182483ed33

View File

@ -14,7 +14,7 @@ The only system dependency for pwncat is ``python3`` and ``pip``. For ``pip`` to
# Install pwncat within the virtual environment
/opt/pwncat/bin/pip install pwncat-cs
# This allows you to use pwncat outside of the virtual environment
ln -s /opt/pwncat/bin/pwncat /usr/local/bin
ln -s /opt/pwncat/bin/pwncat-cs /usr/local/bin
.. code-block:: bash
:caption: Install pwncat without Virtual Environment