From fce4561721a7010a7e4f7e4d848ad29cd84270fc Mon Sep 17 00:00:00 2001 From: Rubayet Hasan <103327646+MR-Prey3r@users.noreply.github.com> Date: Fri, 5 Jan 2024 23:43:55 +0600 Subject: [PATCH] Update README.md just changing the tool repo name from Mantra to mantra for avoiding/fixing installation issues --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf8ada4..40367f6 100644 --- a/README.md +++ b/README.md @@ -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 ```