Skip to content

Commit

Permalink
Merge pull request #32 from ajdawson/v5-readme-update
Browse files Browse the repository at this point in the history
Correct errors and oversights in README
  • Loading branch information
ajdawson authored Sep 20, 2016
2 parents c167cad + ec95391 commit f3c2be0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ will use `gfortran`. The default build is a simple invocation of `make`:
It is also possible to build a shared library `lib/librpe.so` using the
`shared` target of the Makefile:

make shared
make shared

You can optionally specify a compiler on the command line:

Expand All @@ -53,4 +53,6 @@ integrated into the source of other projects.

## Documentation

See the bundled HTML documentation for a user guide, developer guide and API reference.
See the [online documentation](http://rpe.readthedocs.io) for a user guide,
developer guide and API reference. The source code for the documentation is
distributed along with rpe in the `doc/` directory.

0 comments on commit f3c2be0

Please sign in to comment.