summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-09-04 16:20:05 +0200
committerjvoisin2018-09-04 16:20:05 +0200
commite1f8541e719a25984e493717146c8901c2d4f5d5 (patch)
treeae049f81346ab07726ef05677a37adcb2e6d8b08
parent62a06663c2b3089f54d4529d53014699feca7bcb (diff)
Point to the stable version of yara in the documentation
-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))