Skip to content

Commit 0decdd2

Browse files
committed
Release v0.1.0
1 parent f72b466 commit 0decdd2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ zig fetch --save https://github.com/snowclipsed/katana/archive/refs/tags/v0.1.0.
4242
```bash
4343
git clone https://github.com/snowclipsed/katana
4444
```
45-
45+
3. Then, in your zig project, run:
46+
```bash
47+
zig fetch --save <path/to/katana>
48+
```
4649
Now, your build.zig.zon might look something like this:
4750

4851
```zig
@@ -54,7 +57,7 @@ Now, your build.zig.zon might look something like this:
5457
.dependencies = .{
5558
.katana = .{
5659
.url = "../katana",
57-
.hash = "122099ca4b8c1e2b85203e73491785f91b8c585729a60d6c81b3201fcaaefe9b692c",
60+
.hash = "122099ca4b8c1e2b85203e73491785f91b8c585729a60d6c81b3201fcaaefe9b692c", // this hash will be different!
5861
},
5962
},
6063
.paths = .{

0 commit comments

Comments
 (0)