summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-01-24 14:55:35 +0100
committerGravatar Vincent Rischmann2021-01-24 14:55:35 +0100
commit6e19a6c1bb81dc787df11c147e956ed36dad96d4 (patch)
tree3a04ef1131294f3c16aad7ff59f2e2bd5b1c2b7a
parentupdate readme (diff)
downloadzig-sqlite-6e19a6c1bb81dc787df11c147e956ed36dad96d4.tar.gz
zig-sqlite-6e19a6c1bb81dc787df11c147e956ed36dad96d4.tar.xz
zig-sqlite-6e19a6c1bb81dc787df11c147e956ed36dad96d4.zip
update readme, fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6a083c..96dfcde 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ If you use this library, expect to have to make changes when you update the code
13[Zig master](https://ziglang.org/download/) is the only required dependency. 13[Zig master](https://ziglang.org/download/) is the only required dependency.
14 14
15For sqlite, you have options depending on your target: 15For sqlite, you have options depending on your target:
16* On Windows the only supported to build `zig-sqlite` is with the embedded sqlite source code file. 16* On Windows the only supported way at the moment to build `zig-sqlite` is with the embedded sqlite source code file.
17* On Linux we have to options: 17* On Linux we have to options:
18 * use the system and development package for sqlite (`libsqlite3-dev` for Debian and derivatives, `sqlite3-devel` for Fedora) 18 * use the system and development package for sqlite (`libsqlite3-dev` for Debian and derivatives, `sqlite3-devel` for Fedora)
19 * use the embedded sqlite source code file. 19 * use the embedded sqlite source code file.