From 5f92a036f9a9a137e4276d0f605e4cb940eca3a7 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 3 Aug 2024 18:28:58 -0700 Subject: [PATCH] README: update how std lib docs are found in a release build --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51c39f07967954f9680d8b10a26aa791e697411a..7c4adbf82aeafa1aeac64e784acaa80b9c1c6f7b 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,9 @@ Documentation** corresponding to the version of Zig that you are using by following the appropriate link on the [download page](https://ziglang.org/download). -Otherwise, you're looking at a release of Zig, and you can find documentation -here: - - * doc/langref.html - * doc/std/index.html +Otherwise, you're looking at a release of Zig, so you can find the language +reference at `doc/langref.html`, and the standard library documentation by +running `zig std`, which will open a browser tab. ## Installation -- 2.54.0