| author | |
| committer | |
| log | 738d813619568aeaf6ddba7e5a8b8a73ccda2dc3 |
| tree | b4460dd55bc4032a74707158f90ff74e2eb9caf4 |
| parent | 5b3eaff80d5d5254676877436df08829dbc7186b |
| signature |
1 files changed, 4 insertions(+), 0 deletions(-)
doc/langref.html.in+4| ... | ... | @@ -360,6 +360,10 @@ |
| 360 | 360 | You will see many examples of Zig's Standard Library used in this documentation. To learn more about the Zig Standard Library, |
| 361 | 361 | visit the link above. |
| 362 | 362 | </p> |
| 363 | <p> | |
| 364 | Alternatively, the Zig Standard Library documentation is provided with each Zig distribution. It can be rendered via a local webserver with: | |
| 365 | </p> | |
| 366 | {#shell_samp#}zig std{#end_shell_samp#} | |
| 363 | 367 | {#header_close#} |
| 364 | 368 | |
| 365 | 369 | {#header_open|Hello World#} |