Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ In summary, this tool is an efficient and accurate solution to help secure your
From go:

```
go install github.com/MrEmpy/Mantra@latest
go install github.com/MrEmpy/mantra@latest
```

From source code:

```
git clone https://github.com/MrEmpy/Mantra
cd Mantra
git clone https://github.com/MrEmpy/mantra
cd mantra
make
./build/mantra-amd64-linux -h
```
Expand Down