Skip to content

Commit

Permalink
readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
lexansoft committed Jun 12, 2017
1 parent b82119f commit 34ac1b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Note: you can use \s to specify white space. ( "a\sb" means "a b" )
You can also specify some keys for every line.

~a always use some value from this string
~c Try both: capitalized and not-capitalazed versions of all words.
~c Try both: capitalized and not-capitalized versions of all words.

For example the template file

Expand Down Expand Up @@ -89,6 +89,13 @@ Install Go Language
go get golang.org/x/crypto/scrypt
go get github.com/rjeczalik/notify


# To update all previously installed packages use this:

go get -u all

# Run the cracker

go run src/ethcracker.go -pk PATH_TO_FILE -t PATH_TO_TAMPLATE_FILE -threads 4

# Installing on Windows
Expand Down

0 comments on commit 34ac1b1

Please sign in to comment.