aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2016-06-26 14:38:01 +0200
committerCamil Staps2016-06-26 14:38:01 +0200
commita360c0089a3680655ca8ea6aa5b03ff652054c04 (patch)
treec01564b6c3902f2f5ae81320052288c867f9f33c /README.md
parentUpdate readme (diff)
Don't fill squares on the border; command line argumentsHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2d42e33..8eb52f3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Crosswords
Crossword generator tool
-![Example](http://i.stack.imgur.com/Wc8e2.png)
+![Example](http://i.stack.imgur.com/I5r7L.png)
### Features
@@ -18,15 +18,15 @@ Crossword generator tool
### Installation
- $ clm -I $CLEAN_HOME/lib/MersenneTwister -b -h 100M Crosswords -o cwgen
+ $ clm -I $CLEAN_HOME/lib/ArgEnv -I $CLEAN_HOME/lib/MersenneTwister -b -h 100M Crosswords -o cwgen
### Usage example
Words are read from stdin, ended with an empty line or `EOF`, and of course
from the dictionary installed. The example above was created with the words
-`crossword`, `english` and `puzzling`.
+`newspaper`, `crossword`, `english` and `puzzling`.
- $ ./cwgen < words.txt > cw-gen.tex
+ $ ./cwgen [dictionary.txt] < words.txt > cw-gen.tex
$ pdflatex cw.tex
Remove `\PuzzleSolution[true]` from `cw.tex` to not show the solution in the