authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-08-03 18:28:58-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-08-07 00:48:32-07:00
log5f92a036f9a9a137e4276d0f605e4cb940eca3a7
tree137385a744a9f28ccb764adb9e55b3f122e5a7ca
parent53aa9d75a9b10c9cd277031e604a631452d34e8c

README: update how std lib docs are found in a release build


1 files changed, 3 insertions(+), 5 deletions(-)

README.md+3-5
......@@ -13,11 +13,9 @@ Documentation** corresponding to the version of Zig that you are using by
1313following the appropriate link on the
1414[download page](https://ziglang.org/download).
1515
16Otherwise, you're looking at a release of Zig, and you can find documentation
17here:
18
19 * doc/langref.html
20 * doc/std/index.html
16Otherwise, you're looking at a release of Zig, so you can find the language
17reference at `doc/langref.html`, and the standard library documentation by
18running `zig std`, which will open a browser tab.
2119
2220## Installation
2321