From 03b81d819f9828363a408c36917d63283f7c1904 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 10 Sep 2024 18:16:01 +0200 Subject: [PATCH] docs: mention that you can install YARA-X with `brew` in macOS. --- site/content/docs/intro/installation.md | 8 +++++++- site/hugo_stats.json | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/site/content/docs/intro/installation.md b/site/content/docs/intro/installation.md index 8ca914871..6a6e48819 100644 --- a/site/content/docs/intro/installation.md +++ b/site/content/docs/intro/installation.md @@ -21,9 +21,15 @@ seo: The most straightforward way of installing YARA-X in your system is downloading one of the pre-built binaries that we distribute with every [release](https://github.com/VirusTotal/yara-x/releases). You will find -pre-built binaries for Linux, MacOS, and Windows, unzip the binary in +pre-built binaries for Linux, macOS, and Windows, unzip the binary in your preferred location, and that's all, you are ready to run YARA-X. +In macOS, you can also use `brew`: + +```shell +brew install yara-x +``` + If you prefer to build YARA-X yourself, follow the guide below. ## Installing with cargo diff --git a/site/hugo_stats.json b/site/hugo_stats.json index f9aa9876e..2194a1c24 100644 --- a/site/hugo_stats.json +++ b/site/hugo_stats.json @@ -278,12 +278,15 @@ "wrap" ], "ids": [ + "---check--c", "--compiled-rules--c", "--count--c", "--define--d-varvalue", "--disable-console-logs", "--disable-warnings", "--disable-warnings--w", + "--ignore-module-module", + "--ignore-module-module-1", "--module--m-module", "--negate--n", "--no-colors", @@ -419,6 +422,7 @@ "fileattributes", "filtering-with-regular-expressions", "finding-patterns-at-specific-offsets", + "fmt", "fullword-modifier", "function", "functions",