Skip to content

Commit

Permalink
Add Caveats section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Jan 17, 2012
1 parent b3c0649 commit 04d4ef8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ directory of LevelDB is in /path/to/include. In your clone of levigo, you'll run
CGO_CFLAGS="-I/path/to/leveldb/include" CGO_LDFLAGS="-L/path/to/lib" make install

and there you go.

## Caveats

Pros only. I answer questions at `golang-nuts@googlegroups.com`.

Comparators must be written in C in your own library.

0 comments on commit 04d4ef8

Please sign in to comment.