From b3d6f168c17ebd60acc673ddfb2e71494054b599 Mon Sep 17 00:00:00 2001 From: Radosław Kujawa Date: Sat, 18 Jul 2026 00:14:46 +0200 Subject: TEAPOT TIME! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6012a9f..1886dba 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ context. See examples for usage. cc -Iinclude your_app.c lib/libGL.a -lm -o your_app ``` -The `examples/` (`cube`, `rave`) contain runnable programs. Buidl and run -as the user with permissions to `/dev/verite3d`, point `VERITE_UCODE` -evironment variable at the `v2000gl.uc` 3D microcode. +The `examples/` contain runnable programs. Build +and run as the user with permissions to `/dev/verite3d`, point `VERITE_UCODE` +environment variable at the `v2000gl.uc` 3D microcode. If the `/dev/verite3d` does not exist on your system, despite running a kernel with `veritefb(4)` driver loaded, create it using `MAKEDEV`. -- cgit