build(zig-0.16): update example build instrcutions to work on all platforms
This commit is contained in:
parent
33205725c3
commit
cbb9baab0d
4 changed files with 18 additions and 3 deletions
|
|
@ -3,7 +3,10 @@
|
|||
//!
|
||||
//! Build and run (from this directory):
|
||||
//!
|
||||
//! zig build-exe --dep nightwatch -Msimple-default=simple-default.zig -Mnightwatch=../src/nightwatch.zig
|
||||
//! zig build-exe \
|
||||
//! --dep nightwatch -Msimple-default=simple-default.zig \
|
||||
//! --dep build_options -Mnightwatch=../src/nightwatch.zig \
|
||||
//! -Mbuild_options=build_options.zig
|
||||
//! ./simple-default
|
||||
|
||||
const nightwatch = @import("nightwatch");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue