summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40336ee..a27679c 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ If you use this library, expect to have to make changes when you update the code
26Since there's no package manager for Zig yet, the recommended way is to use a git submodule: 26Since there's no package manager for Zig yet, the recommended way is to use a git submodule:
27 27
28```bash 28```bash
29$ git submodule add https://git.sr.ht/~vrischmann/zig-sqlite src/sqlite 29$ git submodule add https://github.com/vrischmann/zig-sqlite.git src/sqlite
30``` 30```
31 31
32Then add the following to your `build.zig` target(s): 32Then add the following to your `build.zig` target(s):