Skip to content

Commit

Permalink
fix: bug in code block syntax highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Nov 16, 2021
1 parent 05861ad commit e0093ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installation

You can install the agent using the following command line flag.

.. code::bash
.. code:: bash
aurora-agent.exe --install
Expand All @@ -14,13 +14,13 @@ It will automatically copy all rule files located in a sub folder named ``./rule

If you want to add your own Sigma rules right during installation, you can do this by using the ``--rules-path`` flag.

.. code::bash
.. code:: bash
aurora-agent.exe --install --rules-path .\rules --rules-path .\my-rules
All the flags that you pass together with are used for the configuration file ``agent.config``.

.. code::bash
.. code:: bash
aurora-agent.exe --install --rules-path .\rules --rules-path .\my-rules
Expand All @@ -30,6 +30,6 @@ Uninstall Aurora

To uninstall the agent simply run the following command:

.. code::bash
.. code:: bash
aurora-agent.exe --uninstall

0 comments on commit e0093ab

Please sign in to comment.