From 03c802e39f75dd07770584246a5cad0822c517d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dupon?= <24326414+rdupon@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:29:07 +0200 Subject: [PATCH] Update README.rst (#265) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6b7d792..8d75a13 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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