Skip to content

Commit

Permalink
Update README.rst (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdupon authored Nov 25, 2024
1 parent 2880de0 commit 03c802e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Here it goes a little example:
Installation
------------

The easiest way of installing YARA is by using ``pip``:
The easiest way to install YARA is by using ``pip``:

.. code-block:: bash
Expand All @@ -55,7 +55,7 @@ Notice the ``--recursive`` option used with ``git``. This is important because
we need to download the ``yara`` subproject containing the source code for
``libyara`` (the core YARA library). It's also important to note that the two
methods above link ``libyara`` statically into yara-python. If you want to link
dynamically against a shared ``libyara`` library use:
dynamically against a shared ``libyara`` library, use:

.. code-block:: bash
Expand Down

0 comments on commit 03c802e

Please sign in to comment.