diff options
| author | 2020-12-29 01:01:34 +0100 | |
|---|---|---|
| committer | 2020-12-29 01:01:34 +0100 | |
| commit | 1d514df1ebb8a62591c44d2616c5b15ce80c7fbc (patch) | |
| tree | 9c1dad8de75fc0af4aa2fcb71a782335a4e09844 /README.md | |
| parent | Merge branch 'rename-build-option' (diff) | |
| download | zig-sqlite-1d514df1ebb8a62591c44d2616c5b15ce80c7fbc.tar.gz zig-sqlite-1d514df1ebb8a62591c44d2616c5b15ce80c7fbc.tar.xz zig-sqlite-1d514df1ebb8a62591c44d2616c5b15ce80c7fbc.zip | |
readme: replace sourcehut repository url with github
Diffstat (limited to 'README.md')
| -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): |