We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaca51 commit fe00ad8Copy full SHA for fe00ad8
README.md
@@ -61,8 +61,17 @@ and then passed to some dangerous function like `system`".
61
## Installation
62
- [Install Yara](https://yara.readthedocs.io/en/stable/gettingstarted.html#compiling-and-installing-yara).
63
This is also possible via some Linux package managers:
64
-Debian: `sudo apt-get install yara`
65
-Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL))
+ - Debian: `sudo apt-get install yara`
+ - Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL))
66
+
67
+You can also compile it from source:
68
69
+```
70
+git clone git@github.com:VirusTotal/yara.git
71
+cd yara/
72
+YACC=bison ./configure
73
+make
74
75
76
- Download php-malware-finder `git clone https://github.com/nbs-system/php-malware-finder.git`
77
0 commit comments