diff options
| author | Mathieu Deous | 2023-01-05 14:40:38 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-05 14:40:38 +0100 |
| commit | 15e5ed592b05a1ddbc433a8ee2596cd9d23eb464 (patch) | |
| tree | 66cd87b1921d3b004147d49d7593a80d545ce234 /README.md | |
| parent | 335412258516111a9e90cee452e4c1caf5515b1b (diff) | |
require at least go 1.17 (#122)
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -63,7 +63,7 @@ and then passed to some dangerous function like `system`". | |||
| 63 | 63 | ||
| 64 | ### From source | 64 | ### From source |
| 65 | 65 | ||
| 66 | - Install Go (using your package manager, or [manually](https://go.dev/doc/install)) | 66 | - Install Go >= 1.17 (using your package manager, or [manually](https://go.dev/doc/install)) |
| 67 | - Install libyara >= 4.2 (using your package manager, or [from source](https://yara.readthedocs.io/en/stable/gettingstarted.html)) | 67 | - Install libyara >= 4.2 (using your package manager, or [from source](https://yara.readthedocs.io/en/stable/gettingstarted.html)) |
| 68 | - Download php-malware-finder: `git clone https://github.com/jvoisin/php-malware-finder.git` | 68 | - Download php-malware-finder: `git clone https://github.com/jvoisin/php-malware-finder.git` |
| 69 | - Build php-malware-finder: `cd php-malware-finder && make` | 69 | - Build php-malware-finder: `cd php-malware-finder && make` |
