diff --git a/README.md b/README.md index 15cc0f1..499fbd9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -Globally unique sortable identifiers for SQLite! - # quick take +Globally unique sortable identifiers for SQLite! ``` text $ sqlite3 @@ -67,8 +66,10 @@ This extension provides the following functions: # how to use +If you want to use it as a SQLite extension: + * clone the repo - * build it with `cargo build` + * build it with `cargo build --features clib` (this builds the SQLite extension) * copy the resulting `libjulid.[so|dylib|whatevs]` to some place where you can... * load it into SQLite with `.load /path/to/libjulid` as shown at the top * party