From 1d514df1ebb8a62591c44d2616c5b15ce80c7fbc Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Tue, 29 Dec 2020 01:01:34 +0100 Subject: readme: replace sourcehut repository url with github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 Since there's no package manager for Zig yet, the recommended way is to use a git submodule: ```bash -$ git submodule add https://git.sr.ht/~vrischmann/zig-sqlite src/sqlite +$ git submodule add https://github.com/vrischmann/zig-sqlite.git src/sqlite ``` Then add the following to your `build.zig` target(s): -- cgit v1.2.3