Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis integration, Documentation, Small updates #1

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,10 +12,18 @@ Setup
```bash
$ brew install asciidoc source-highlight
```
* Ubuntu
```bash
$ apt-get install asciidoc source-highlight
```

Run
---
* OS X
```bash
$ make clean all && open federation-am-api.html
```
* Ubuntu
```bash
$ make clean all && xdg-open federation-am-api.html
```