From b547113d6051608336359aaedc530ecccd0bcbad Mon Sep 17 00:00:00 2001 From: jylenhof Date: Sun, 9 Nov 2025 12:21:08 +0100 Subject: [PATCH] docs(installation): add mise alternative installation --- docs/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.md b/docs/index.md index c2a3b11..49c4eda 100644 --- a/docs/index.md +++ b/docs/index.md @@ -101,6 +101,14 @@ brew tap owasp-amass/homebrew-amass brew install amass ``` +### Install using mise + +You can install amass using [mise](https://github.com/jdx/mise) polyglot software tool manager: + +```bash +mise use -g amass@latest +``` + ### Execute using the Official Amass Docker Image #### Prerequisites