Meta: Update ReadMe a bit, add link to issue policy

This commit is contained in:
Andreas Kling 2020-05-09 09:50:49 +02:00
parent f8c7ab55f8
commit 6808ad1607
Notes: sideshowbarker 2024-07-19 06:49:39 +09:00

View File

@ -46,6 +46,7 @@ I'm also on [Patreon](https://www.patreon.com/serenityos) and [GitHub Sponsors](
* Desktop notifications (NotificationServer)
* HTTP server (WebServer)
* Telnet server (TelnetServer)
* DHCP client (DHCPClient)
## Libraries
@ -60,11 +61,13 @@ I'm also on [Patreon](https://www.patreon.com/serenityos) and [GitHub Sponsors](
* Audio (LibAudio)
* PCI database (LibPCIDB)
* Terminal emulation (LibVT)
* Network protocols (HTTP) (LibProtocol)
* Out-of-process network protocol I/O (LibProtocol)
* Mathematical functions (LibM)
* ELF file handing (LibELF)
* POSIX threading (LibPthread)
* Higher-level threading (LibThread)
* Transport Layer Security (LibTLS)
* HTTP and HTTPS (LibHTTP)
## Userland features
@ -82,6 +85,10 @@ I'm also on [Patreon](https://www.patreon.com/serenityos) and [GitHub Sponsors](
See the [SerenityOS build instructions](https://github.com/SerenityOS/serenity/blob/master/Documentation/BuildInstructions.md)
## Before opening an issue
Please see the [issue policy](https://github.com/SerenityOS/serenity/blob/master/CONTRIBUTING.md#issue-policy).
## Wanna chat?
Come hang out with us in `#serenityos` on the Freenode IRC network.