summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2024-12-08 14:57:37 +0100
committerGravatar Vincent Rischmann2024-12-08 14:57:37 +0100
commit318f9497241f141cffcafc71c61abaaa17e0b1b0 (patch)
treec5b87c99634cced1e213a38c6279fe40553fdf20 /README.md
parentreadme: stop supporting using a git submodule (diff)
downloadzig-sqlite-318f9497241f141cffcafc71c61abaaa17e0b1b0.tar.gz
zig-sqlite-318f9497241f141cffcafc71c61abaaa17e0b1b0.tar.xz
zig-sqlite-318f9497241f141cffcafc71c61abaaa17e0b1b0.zip
update readme
Diffstat (limited to '')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6de59e..e57348a 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,6 @@ For sqlite, you have options depending on your target:
79There are three main ways to include `zig-sqlite` in your project: 79There are three main ways to include `zig-sqlite` in your project:
80* using zig's official package manager 80* using zig's official package manager
81* using the [zigmod](https://github.com/nektro/zigmod) package manager 81* using the [zigmod](https://github.com/nektro/zigmod) package manager
82* using a git submodule
83 82
84## Official package manager 83## Official package manager
85 84