From ffe1df053ff263a0eea83181d4d3438545967a97 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Tue, 27 Jan 2026 13:06:21 -0500 Subject: [PATCH] Improve submodule initialization instructions in README Updated README with clearer instructions for submodule initialization. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24bb909..98459f9 100644 --- a/README.md +++ b/README.md @@ -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/`: