Skip to content

Commit

Permalink
More pip install quotations in the docs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzheng authored Oct 14, 2024
1 parent d355bb7 commit dcb009d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tools/beacon-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To ensure you have all the dependencies for ``beacon-client`` you can use the fo

.. code-block:: bash
$ pip install -e dissect.cobaltstrike[c2]
$ pip install -e 'dissect.cobaltstrike[c2]'
Here is an example usage of connecting to a Team Server with custom Beacon metadata, we choose a fixed beacon id so we
can connect to it again later without creating a new beacon session at the Team Server:
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/beacon-pcap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To ensure you have all the dependencies for ``beacon-pcap`` you can use the foll

.. code-block:: bash
$ pip install -e dissect.cobaltstrike[pcap]
$ pip install -e 'dissect.cobaltstrike[pcap]'
Example usage for if you have the RSA private key:

Expand Down

0 comments on commit dcb009d

Please sign in to comment.