README: clean, add build instructions

This commit was merged in pull request #2.
This commit is contained in:
2025-09-21 20:10:09 +02:00
committed by Fredrik Robertsen
parent e2aa19919b
commit c7011c8c8e
+19 -2
View File
@@ -1,6 +1,23 @@
this is wip # QOTD daemon
the idea was to create a uiua program that serves the [qotd port > [! CAUTION]
> This is WIP
The idea was to create a uiua program that serves the [qotd port
17](https://en.wikipedia.org/wiki/QOTD) then host it on one of pvv's machines. 17](https://en.wikipedia.org/wiki/QOTD) then host it on one of pvv's machines.
this to learn about socket programming in uiua, and to show some love to the this to learn about socket programming in uiua, and to show some love to the
oft-forgotten port 17. oft-forgotten port 17.
## Building and running
**Build:**
```console
$ nix build
```
**Run in VM:**
```console
$ nix run .#vm
```