summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae23345..de5fb50 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ PMF tries as much as possible to use semantic patterns, to detect things like
59and then passed to some dangerous function like `system`". 59and then passed to some dangerous function like `system`".
60 60
61## Installation 61## Installation
62- [Install Yara](https://yara.readthedocs.io/en/v3.7.0/gettingstarted.html#compiling-and-installing-yara). 62- [Install Yara](https://yara.readthedocs.io/en/stable/gettingstarted.html#compiling-and-installing-yara).
63This is also possible via some Linux package managers: 63This is also possible via some Linux package managers:
64Debian: `sudo apt-get install yara` 64Debian: `sudo apt-get install yara`
65Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL)) 65Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL))