From b74944b91d8c9b52e23805a6593533ea94f0dc8c Mon Sep 17 00:00:00 2001 From: Connor Mayer Date: Wed, 21 Jun 2017 12:26:17 -0700 Subject: [PATCH] Fixed line breaks in README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 +```