From 778db8b71f1db6d075119ea449c5ea67156bfef1 Mon Sep 17 00:00:00 2001 From: Joe Ardent Date: Wed, 26 Jul 2023 18:39:00 -0700 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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