Skip to content

Commit

Permalink
Add compilation instructions to README
Browse files Browse the repository at this point in the history
Signed-off-by: John Else <john.else@citrix.com>
  • Loading branch information
johnelse committed Apr 8, 2014
1 parent b484cea commit 1591886
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -52,3 +52,9 @@ let lwt_main =
let _ = Lwt_main.run lwt_main
```

Compile the above with:

```
ocamlfind ocamlopt -package irc-client.lwt -linkpkg code.ml
```

0 comments on commit 1591886

Please sign in to comment.