markdown fixes
This commit is contained in:
parent
3d0e591a3e
commit
0eab5c93a9
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -1,22 +1,22 @@
|
|||
# Build instructions:
|
||||
|
||||
make
|
||||
make
|
||||
|
||||
# General running:
|
||||
|
||||
./ana terms...
|
||||
./ana -? # for help
|
||||
./ana terms...
|
||||
./ana -? # for help
|
||||
|
||||
# Binary dictionaries
|
||||
These start a bit faster than reading the system dictionary.
|
||||
|
||||
Build one with
|
||||
|
||||
./ana -D dict.bin -d /usr/share/dict/words
|
||||
./ana -D dict.bin -d /usr/share/dict/words
|
||||
|
||||
then use it with
|
||||
|
||||
./ana -D dict.bin terms...
|
||||
./ana -D dict.bin terms...
|
||||
|
||||
# Web app installation instructions
|
||||
1. build a binary dictionary:
|
||||
|
|
|
|||
Loading…
Reference in a new issue