Meta: Update ReadMe with license and links.

This commit is contained in:
Andreas Kling 2019-04-15 14:16:45 +02:00
parent ddcaf02a57
commit d4211ede31
Notes: sideshowbarker 2024-07-19 14:42:12 +09:00

View File

@ -1,6 +1,6 @@
# Serenity
x86 Unix-like operating system for IBM PC-compatibles.
Graphical Unix-like operating system for x86 computers.
## About
@ -10,6 +10,10 @@ I've grown tired of cutesy and condescending software that doesn't take itself o
Roughly speaking, the goal here is a marriage between the aesthetic of late-1990s productivity software and the power-user accessibility of late-2000s \*nix. This is a system by me, for me, based on the things I like.
I regularly post raw development videos on [my YouTube channel](https://www.youtube.com/channel/UC3ts8coMP645hZw9JSD3pqQ).
There's also a [Patreon](https://www.youtube.com/channel/UC3ts8coMP645hZw9JSD3pqQ) if you would like to show some support that way.
## Screenshot
![Screenshot as of ef9fbef](https://raw.githubusercontent.com/awesomekling/serenity/master/Meta/screenshot-ef9fbef.png)
@ -26,11 +30,13 @@ Roughly speaking, the goal here is a marriage between the aesthetic of late-1990
* /proc filesystem
* Local sockets
* Pseudoterminals
* Event-driven GUI library
* Event loop library (LibCore)
* High-level GUI library (LibGUI)
* PNG format support
* Text editor
* IRC client
* DNS lookup
* Minesweeper
* Other stuff I can't think of right now...
## How do I build and run this?
@ -43,4 +49,4 @@ See the [step-by-step guide to building Serenity](https://github.com/awesomeklin
## License
Undecided. I will probably go with something BSD-ish.
Serenity is licensed under a 2-clause BSD license.