diff --git a/README.md b/README.md index f285ead..ca1a470 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,20 @@ Compiling and installing morpheus --------------------------------- By default morpheus installs into bin/ - +``` cd src make make install - +``` Compiling a stem library ------------------------ - +``` cd stemlib/Latin export PATH=$PATH:../../bin MORPHLIB=.. make - +``` Running the cruncher -------------------- - +``` MORPHLIB=stemlib bin/cruncher < wordlist > crunched +```