From 33cb6608387d603f59b161c61db7255ef6e55704 Mon Sep 17 00:00:00 2001 From: Frank Denis <124872+jedisct1@users.noreply.github.com> Date: Sat, 1 May 2021 00:41:59 +0200 Subject: [PATCH] Doc: zig-cache/bin -> zig-out/bin (#8659) --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index f52abeab73..05bdfbd043 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -10016,7 +10016,7 @@ pub fn build(b: *Builder) void { {#code_end#}
terminal
$ zig build
-$ ./zig-cache/bin/test
+$ ./zig-out/bin/test
all your base are belong to us
{#see_also|Targets|Zig Build System#}
{#header_close#}