Skip to content

Commit

Permalink
cleanup README, added THANKS section
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Parfitt committed Jan 1, 2013
1 parent 756f706 commit d692d1e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ opam install riak

***This will also install the riak-pb dependency***

### Manually Compiling with OPAM

This did the trick for me:

```
ocamlfind ocamlc -o RiakTests -package Unix -package oUnit -package piqi.runtime -package riak -linkpkg `opam config -I riak` Foo.ml
```

If anyone has an easier way to do this, please let me know! I'm not a master of OCaml packages ;-)

## Tutorial

###Hello world
Expand Down Expand Up @@ -467,7 +457,6 @@ val riak_mapred :
riak_mr_query ->
riak_mr_content_type ->
(string option * int32 option) list Lwt.t
```

**Example**
Expand Down Expand Up @@ -554,6 +543,12 @@ type riak_search_option =
* Please report all bugs and feature requests via Github Issues.
* Friendly pull requests accepted. Please create a new branch for your features (checkout -b my_branch).

## Thanks
See THANKS file for more details.

* [Ryland Degnan](https://github.com/rdegnan)
* [Matthew Tovbin](https://github.com/tovbinm)

##TODO
* test search, index
* better error handling
Expand Down

0 comments on commit d692d1e

Please sign in to comment.