diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -26,7 +26,7 @@ If you use this library, expect to have to make changes when you update the code | |||
| 26 | Since there's no package manager for Zig yet, the recommended way is to use a git submodule: | 26 | Since 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 | ||
| 32 | Then add the following to your `build.zig` target(s): | 32 | Then add the following to your `build.zig` target(s): |