From d98e7435685dab9de5637a8d09a5cc99be16169a Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Tue, 26 May 2020 04:12:25 -0700 Subject: [PATCH] Meta: Add github link to the man pages from ReadMe.md Closes #2039 --- ReadMe.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 623fa27087..31ee4a7d23 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -81,6 +81,12 @@ I'm also on [Patreon](https://www.patreon.com/serenityos) and [GitHub Sponsors]( * Various desktop apps & games * Color themes +## How do I read the documentation? + +Man pages are browsable outside of SerenityOS under [Base/usr/share/man](https://github.com/SerenityOS/serenity/tree/master/Base/usr/share/man). + +When running SerenityOS you can use `man` for the terminal interface, or `help` for the GUI interface. + ## How do I build and run this? See the [SerenityOS build instructions](https://github.com/SerenityOS/serenity/blob/master/Documentation/BuildInstructions.md)