Skip to content

Commit b547113

Browse files
committed
docs(installation): add mise alternative installation
1 parent 20964ee commit b547113

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ brew tap owasp-amass/homebrew-amass
101101
brew install amass
102102
```
103103

104+
### Install using mise
105+
106+
You can install amass using [mise](https://github.com/jdx/mise) polyglot software tool manager:
107+
108+
```bash
109+
mise use -g amass@latest
110+
```
111+
104112
### Execute using the Official Amass Docker Image
105113

106114
#### Prerequisites

0 commit comments

Comments
 (0)