BUILD.md incorrectly referred to docs/deps.sh as opposed to tools/deps.sh.
authormagnum <john.magnum@hushmail.com>
Thu, 10 Dec 2015 16:09:59 +0000 (17:09 +0100)
committermagnum <john.magnum@hushmail.com>
Thu, 10 Dec 2015 18:23:30 +0000 (19:23 +0100)
docs/BUILD.md

index fbfb816..4cb368d 100644 (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>