Skip to content

Commit 7e138a3

Browse files
committed
Chore: tag version 0.19.31+1
1 parent e470818 commit 7e138a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ First, update your `build.zig.zon`:
88
```elvish
99
# Initialize a `zig build` project if you haven't already
1010
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
11+
# Support for `lmdb` starts with v0.9.31 and future releases
12+
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
1315
```
1416

1517
Import `lmdb` dependency into build `build.zig` as follows:

0 commit comments

Comments
 (0)