Skip to content

Commit 75cc315

Browse files
committed
Fixed the generation of docs so they're complete
1 parent 468a0a9 commit 75cc315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ zig build test
219219

220220
```sh
221221
# With Zig installed:
222-
zig build-lib -femit-docs src/root.zig
222+
zigup build docs && cp -a zig-out/docs/. docs/
223223

224224
# Alternatively, using Zigup:
225-
zigup run {zig-version} build-lib -femit-docs src/root.zig
225+
zigup run <zig-version> build docs && cp -a zig-out/docs/. docs/
226226
```

docs/sources.tar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)