mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-04 03:45:53 -07:00
Improve submodule initialization instructions in README
Updated README with clearer instructions for submodule initialization.
This commit is contained in:
@@ -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/`:
|
||||
|
||||
Reference in New Issue
Block a user