Skip to content

Commit

Permalink
Merge pull request #15 from connormayer/update_README_linebreaks
Browse files Browse the repository at this point in the history
Fixed line breaks in README
  • Loading branch information
balmas authored Jul 10, 2017
2 parents 64c658c + b74944b commit 9a30bf7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 9a30bf7

Please sign in to comment.