From bbca88f988cd22b937c1b3838463178e55b835b9 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 17 Oct 2023 15:28:55 +0200 Subject: [PATCH] installation: use releases/latest URL to avoid QS spam in release listing --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 2f097e527..70924413c 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -3,7 +3,7 @@ ## Installation You can install FLOSS in a few different ways. First, if you simply want to use FLOSS to extract strings, just download - the [standalone binaries](https://github.com/mandiant/flare-floss/releases). + the [standalone binaries](https://github.com/mandiant/flare-floss/releases/latest). However, if you want to use FLOSS as a Python library, you can install the package directly from GitHub using `pip`. Finally, if you'd like to contribute patches or features to FLOSS,