mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00: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)
|
* Desktop notifications (NotificationServer)
|
||||||
* HTTP server (WebServer)
|
* HTTP server (WebServer)
|
||||||
* Telnet server (TelnetServer)
|
* Telnet server (TelnetServer)
|
||||||
|
* DHCP client (DHCPClient)
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
|
@ -60,11 +61,13 @@ I'm also on [Patreon](https://www.patreon.com/serenityos) and [GitHub Sponsors](
|
||||||
* Audio (LibAudio)
|
* Audio (LibAudio)
|
||||||
* PCI database (LibPCIDB)
|
* PCI database (LibPCIDB)
|
||||||
* Terminal emulation (LibVT)
|
* Terminal emulation (LibVT)
|
||||||
* Network protocols (HTTP) (LibProtocol)
|
* Out-of-process network protocol I/O (LibProtocol)
|
||||||
* Mathematical functions (LibM)
|
* Mathematical functions (LibM)
|
||||||
* ELF file handing (LibELF)
|
* ELF file handing (LibELF)
|
||||||
* POSIX threading (LibPthread)
|
* POSIX threading (LibPthread)
|
||||||
* Higher-level threading (LibThread)
|
* Higher-level threading (LibThread)
|
||||||
|
* Transport Layer Security (LibTLS)
|
||||||
|
* HTTP and HTTPS (LibHTTP)
|
||||||
|
|
||||||
## Userland features
|
## 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)
|
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?
|
## Wanna chat?
|
||||||
|
|
||||||
Come hang out with us in `#serenityos` on the Freenode IRC network.
|
Come hang out with us in `#serenityos` on the Freenode IRC network.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue