Improve submodule initialization instructions in README

Updated README with clearer instructions for submodule initialization.
This commit is contained in:
Justin Bollinger
2026-01-27 13:06:21 -05:00
committed by GitHub
parent f78ba88f2b
commit ffe1df053f
+3 -1
View File
@@ -20,7 +20,9 @@ make install
```git clone --recurse-submodules https://github.com/trustedsec/hate_crack.git```
* Customize binary and wordlist paths in "config.json"
* The hashcat-utils repo is a submodule. If you didnt clone with --recurse-submodules then initialize with `cd hate_crack;git submodule update --init --recursive`
* The hashcat-utils repo is a submodule. If you didnt clone with --recurse-submodules then initialize with
```cd hate_crack;git submodule update --init --recursive```
-------------------------------------------------------------------
## Project Structure
Core logic is now split into modules under `hate_crack/`: