diff --git a/doc/langref.html.in b/doc/langref.html.in index 87d73c987c52..9858e073585f 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -360,6 +360,10 @@ You will see many examples of Zig's Standard Library used in this documentation. To learn more about the Zig Standard Library, visit the link above.

+

+ Alternatively, the Zig Standard Library documentation is provided with each Zig distribution. It can be rendered via a local webserver with: +

+ {#shell_samp#}zig std{#end_shell_samp#} {#header_close#} {#header_open|Hello World#}