diff --git a/README.md b/README.md index ae49fe2..dfd3913 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,26 @@ In the latest version of the Blackarch Linux it has been added to `pacman -S wordlistctl` +## Manual Installation (If pacman is not available) + +If you're using a system where pacman is not supported, you can manually clone and run the script: + +`git clone https://github.com/BlackArch/wordlistctl.git` + +`cd wordlistctl` + +`chmod +x wordlistctl.py` + +Then use it like this: + +`./wordlistctl.py list -g passwords` + +`./wordlistctl.py fetch -g usernames -d` + +`./wordlistctl.py search admin` + +Note - Make sure you have Python 3 installed. + ## Usage ```