We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e470818 commit 7e138a3Copy full SHA for 7e138a3
README.md
@@ -8,8 +8,10 @@ First, update your `build.zig.zon`:
8
```elvish
9
# Initialize a `zig build` project if you haven't already
10
zig init
11
-# Support for `lmdb` starts with 0.9.31 and future releases
12
-zig fetch --save https://github.com/Ultra-Code/lmdb/archive/refs/tags/0.9.31.tar.gz
+# Support for `lmdb` starts with v0.9.31 and future releases
+zig fetch --save https://github.com/allyourcodebase/lmdb/archive/refs/tags/0.9.31+1.tar.gz
13
+# For latest main commit
14
+zig fetch --save https://github.com/allyourcodebase/lmdb/archive/refs/heads/main.tar.gz
15
```
16
17
Import `lmdb` dependency into build `build.zig` as follows:
0 commit comments