Skip to content

Commit ccf7297

Browse files
authored
Modify README file (#13)
1 parent 1745b6a commit ccf7297

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@ Provides ~140 optimized routines and ~70 extensive tests.
88

99
Can be used with any graphics API.
1010

11-
Documentation can be found [here](https://github.com/michal-z/zig-gamedev/zmath/src/zmath.zig).
11+
Documentation can be found [here](https://github.com/zig-gamedev/zmath/blob/main/src/zmath.zig).
1212

13-
Benchamrks can be found [here](https://github.com/michal-z/zig-gamedev/zmath/src/benchmark.zig).
13+
Benchamrks can be found [here](https://github.com/zig-gamedev/zmath/blob/main/src/benchmark.zig).
1414

1515
An intro article can be found [here](https://zig.news/michalz/fast-multi-platform-simd-math-library-in-zig-2adn).
1616

1717
## Getting started
1818

19+
How to get dependencies
20+
21+
1. specific version: `zig fetch --save https://github.com/zig-gamedev/zmath/archive/refs/tags/<REPLACE ME>.tar.gz`
22+
2. main branch version: `zig fetch --save git+https://github.com/zig-gamedev/zmath.git`
23+
1924
Example `build.zig`
2025

2126
```zig

0 commit comments

Comments
 (0)