Skip to content

Commit 604a0a1

Browse files
committed
docs: mention that you can install YARA-X with brew in macOS.
1 parent e94c1c2 commit 604a0a1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

site/content/docs/intro/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,15 @@ seo:
2121
The most straightforward way of installing YARA-X in your system is downloading
2222
one of the pre-built binaries that we distribute with
2323
every [release](https://github.com/VirusTotal/yara-x/releases). You will find
24-
pre-built binaries for Linux, MacOS, and Windows, unzip the binary in
24+
pre-built binaries for Linux, macOS, and Windows, unzip the binary in
2525
your preferred location, and that's all, you are ready to run YARA-X.
2626

27+
In macOS, you can also use `brew`:
28+
29+
```shell
30+
brew install yara-x
31+
```
32+
2733
If you prefer to build YARA-X yourself, follow the guide below.
2834

2935
## Installing with cargo

site/hugo_stats.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,15 @@
278278
"wrap"
279279
],
280280
"ids": [
281+
"---check--c",
281282
"--compiled-rules--c",
282283
"--count--c",
283284
"--define--d-varvalue",
284285
"--disable-console-logs",
285286
"--disable-warnings",
286287
"--disable-warnings--w",
288+
"--ignore-module-module",
289+
"--ignore-module-module-1",
287290
"--module--m-module",
288291
"--negate--n",
289292
"--no-colors",
@@ -419,6 +422,7 @@
419422
"fileattributes",
420423
"filtering-with-regular-expressions",
421424
"finding-patterns-at-specific-offsets",
425+
"fmt",
422426
"fullword-modifier",
423427
"function",
424428
"functions",

0 commit comments

Comments
 (0)