1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Merge pull request #22 from magnumripper/typo

BUILD.md incorrectly referred to docs/deps.sh as opposed to tools/deps.sh
This commit is contained in:
Jens Steube 2015-12-11 11:36:26 +01:00
commit d7af7dbad1

View File

@ -34,7 +34,7 @@ The following files are needed inside the *deps/tmp* directory:
gdk_linux_amd64_352_55_release.run
AMD-APP-SDKInstaller-v3.0.130.135-GA-linux64.tar.bz2
Now just execute the following script to complete the installation of dependencies (check for an updated version in **docs/deps.sh**):
Now just execute the following script to complete the installation of dependencies (check for an updated version in **tools/deps.sh**):
#!/bin/bash
# Author: Gabriele Gristina <matrix@hashcat.net>