Skip to content

Commit

Permalink
Fixed line breaks in README
Browse files Browse the repository at this point in the history
  • Loading branch information
connormayer committed Jun 21, 2017
1 parent 64c658c commit b74944b
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 b74944b

Please sign in to comment.