Update BUILD_MSYS2.md

This commit is contained in:
Rolf 2019-03-29 16:39:41 +00:00 committed by GitHub
parent 6f65948abd
commit b9e1a61efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ Tested on a Windows 7 SP1 x64 machine.
Go to https://www.msys2.org/ and follow the instructions on the main page (steps 1 to 7). Go to https://www.msys2.org/ and follow the instructions on the main page (steps 1 to 7).
Install additional dependencies required to compile hashcat by running the following commands: Install additional dependencies required to compile hashcat by running the following commands
``` ```
$ pacman -S git $ pacman -S git
@ -23,7 +23,7 @@ Once all that is done, type the following command to copy the latest master revi
$ git clone https://github.com/hashcat/hashcat.git $ git clone https://github.com/hashcat/hashcat.git
``` ```
Switch to the newly created folder by runnig Switch to the newly created folder by running
``` ```
$ cd hashcat $ cd hashcat
@ -35,7 +35,7 @@ Now type "make" to start compiling hashcat
$ make $ make
``` ```
The process may take a while, please be patient. Once it's finished, run hashcat by typing "./hashcat.exe". The process may take a while, please be patient. Once it's finished, run hashcat by typing "./hashcat.exe"
``` ```
$ ./hashcat.exe $ ./hashcat.exe