Meta: Add github link to the man pages from ReadMe.md

Closes #2039
This commit is contained in:
Brian Gianforcaro 2020-05-26 04:12:25 -07:00 committed by Andreas Kling
parent f9f7cb4583
commit d98e743568
Notes: sideshowbarker 2024-07-19 06:07:47 +09:00

View File

@ -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)