updated README.md

This commit is contained in:
Jacob Stannix 2024-08-29 11:24:58 -06:00
parent 5222231d0e
commit 00fbce3fd1

View file

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