Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hazeycode authored Nov 3, 2024
1 parent 7d7a30c commit f405a48
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ An intro article can be found [here](https://zig.news/michalz/fast-multi-platfor

## Getting started

Copy `zmath` into a subdirectory of your project and add the following to your `build.zig.zon` .dependencies:
```zig
.zmath = .{ .path = "libs/zmath" },
```

Then in your `build.zig` add:
Example `build.zig`

```zig
pub fn build(b: *std.Build) void {
Expand Down

0 comments on commit f405a48

Please sign in to comment.