Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp committed Oct 9, 2024
1 parent 4aceed3 commit 9951c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This repository is using the [Skia fork from the Mono project](https://github.co

1. Import the `skia-zig` package into your project:
```bash
zig fetch --save https://github.com/basdp/skia-zig/releases/download/alpha-v1/skia-zig-alpha-v1.zip
zig fetch --save https://github.com/basdp/skia-zig/releases/latest/download/skia-zig-package.zip
```

2. Add the dependency to your `build.zig` file, somewhere below `b.addExecutable(...)` or whatever you are building:
Expand Down

0 comments on commit 9951c7a

Please sign in to comment.