update README.md

This commit is contained in:
Jacob Stannix 2024-08-22 12:08:44 -06:00
parent ce846e8386
commit 0f326e1405

View file

@ -21,6 +21,7 @@ zig build
## Using in a zig project
To add to a zig project run:
```
zig fetch --save https://github.com/delta1024Packages/lua/archive/refs/tags/5.4.7.tar.gz
```
then add the following to your `build.zig`
```zig