Skip to content

Commit a395cbd

Browse files
committed
Add tutorial.
1 parent 94a5e66 commit a395cbd

2 files changed

Lines changed: 386 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,9 @@ workloads that require strong latency and operational robustness outcomes.
2121

2222
## Usage
2323

24-
1. Install `liblmdb` for your platform (eg Arch Linux: `pacman -S lmdb`)
25-
2. Clone this repository and `mvn clean install` (Maven Central coming soon)
26-
3. Add the `lmdbjava` artifact to your project POM
27-
4. Browse the [LMDB Documentation](http://lmdb.tech/doc/) (especially the
28-
[Getting Started](http://lmdb.tech/doc/starting.html) page)
29-
5. Take a look at our
30-
[tests](https://github.com/lmdbjava/lmdbjava/tree/master/src/test/java/org/lmdbjava)
31-
(the LmdbJava class names and contracts closely match the LMDB C API)
24+
Have a read through the
25+
[tutorial](https://github.com/lmdbjava/lmdbjava/tree/master/src/test/java/org/lmdbjava/TutorialTest.java)
26+
to learn how to use LmdbJava.
3227

3328
## Support
3429

0 commit comments

Comments
 (0)