From a1d7d9198a8b7a1799f339e2c8b353dc6a3df55e Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Tue, 27 Jan 2026 13:07:03 -0500 Subject: [PATCH] Update README with submodule initialization instructions Added instructions for initializing submodules if not cloned recursively. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98459f9..c6ee506 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ make install * 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``` -------------------------------------------------------------------