update README and Makefile

This commit is contained in:
bePrivate
2023-10-28 20:14:40 +02:00
parent d2e49fa2dc
commit 2a8ec77b05
2 changed files with 7 additions and 9 deletions
+3 -2
View File
@@ -2,7 +2,8 @@ first:
gcc src/main.c -o main
install:
/bin/bash echo "alias wordlec='$(realpath main)'" >> ~/.bashrc
/bin/bash source ~/.bashrc
sudo cp ./main /usr/bin/wordlec
sudo mkdir /usr/lib/wordlists
sudo cp ./lib/wordlist /usr/lib/wordlists/
run:
./main