mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Meta: Update ReadMe with license and links.
This commit is contained in:
parent
ddcaf02a57
commit
d4211ede31
1 changed files with 9 additions and 3 deletions
12
ReadMe.md
12
ReadMe.md
|
@ -1,6 +1,6 @@
|
||||||
# Serenity
|
# Serenity
|
||||||
|
|
||||||
x86 Unix-like operating system for IBM PC-compatibles.
|
Graphical Unix-like operating system for x86 computers.
|
||||||
|
|
||||||
## About
|
## 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.
|
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
|
||||||
|
|
||||||

|

|
||||||
|
@ -26,11 +30,13 @@ Roughly speaking, the goal here is a marriage between the aesthetic of late-1990
|
||||||
* /proc filesystem
|
* /proc filesystem
|
||||||
* Local sockets
|
* Local sockets
|
||||||
* Pseudoterminals
|
* Pseudoterminals
|
||||||
* Event-driven GUI library
|
* Event loop library (LibCore)
|
||||||
|
* High-level GUI library (LibGUI)
|
||||||
* PNG format support
|
* PNG format support
|
||||||
* Text editor
|
* Text editor
|
||||||
* IRC client
|
* IRC client
|
||||||
* DNS lookup
|
* DNS lookup
|
||||||
|
* Minesweeper
|
||||||
* Other stuff I can't think of right now...
|
* Other stuff I can't think of right now...
|
||||||
|
|
||||||
## How do I build and run this?
|
## 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
|
## License
|
||||||
|
|
||||||
Undecided. I will probably go with something BSD-ish.
|
Serenity is licensed under a 2-clause BSD license.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue