mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Meta: Update ReadMe a bit, add link to issue policy
This commit is contained in:
parent
f8c7ab55f8
commit
6808ad1607
1 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue