Skip to content

Commit 6500e06

Browse files
vanillaiiceikskuh
authored andcommitted
docs: update path from 'zig-cache' to 'zig-out'
the output of the build command is written to 'zig-out' and not 'zig-cache'
1 parent 3aed8bd commit 6500e06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@ Right now, it's not published in the gallery, so to install the extension, you h
206206

207207
```sh
208208
zig build
209-
./zig-cache/bin/lola
209+
./zig-out/bin/lola
210210
```
211211

212212
### Examples
213213

214-
To compile the host examples, you can use `zig build examples` to build all provided examples. These will be available in `./zig-cache/bin` then.
214+
To compile the host examples, you can use `zig build examples` to build all provided examples. These will be available in `./zig-out/bin` then.
215215

216216
### Running the test suite
217217

0 commit comments

Comments
 (0)