vrischmann / zig-sqlite

zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
MIT License
367 stars 49 forks source link

Update README.md #155

Closed MFAshby closed 8 months ago

MFAshby commented 8 months ago

Update installation instructions for latest zig master

Description

It seems the 'addModule' method was removed in latest zig master, and the way to add dependencies is now to use '.root_module.addImport'.

It helps to have the readme describe the exact steps required to get going with the library to reduce friction for developers trying to use the library.

vrischmann commented 8 months ago

Thanks !