Skip to content

Commit f405a48

Browse files
authored
Update README.md
1 parent 7d7a30c commit f405a48

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ An intro article can be found [here](https://zig.news/michalz/fast-multi-platfor
1616

1717
## Getting started
1818

19-
Copy `zmath` into a subdirectory of your project and add the following to your `build.zig.zon` .dependencies:
20-
```zig
21-
.zmath = .{ .path = "libs/zmath" },
22-
```
23-
24-
Then in your `build.zig` add:
19+
Example `build.zig`
2520

2621
```zig
2722
pub fn build(b: *std.Build) void {

0 commit comments

Comments
 (0)