From a0cbce79be26d109a67b2d945709cb029cac32b2 Mon Sep 17 00:00:00 2001 From: Flaze <51487578+flazepe@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:55:03 +0800 Subject: [PATCH] Fix path to src and some minor punctuations --- resources/HowIDidIt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/HowIDidIt.md b/resources/HowIDidIt.md index 2239c29..a1e76cc 100644 --- a/resources/HowIDidIt.md +++ b/resources/HowIDidIt.md @@ -40,7 +40,7 @@ So, this means we can do anything we want, so let's output to the terminal! I take the output given to us by the client and convert the images to terminal output, the utf8 characters with ansi escape codes via the [chafa library](https://github.com/hpjansson/chafa/). For input, I take the keyboard and mouse (yes terminals support mice) -from the stdin. And that's it! Of course, there are about 10K lines of code needed to actually do this in practice, but if you're interested in that I invite you to [checkout the source code](./src/) +from the stdin. And that's it! Of course, there are about 10K lines of code needed to actually do this in practice, but if you're interested in that I invite you to [check out the source code](../src/). ## What else can you do with wayland I have many other crazy ideas of what else to do custom wayland display server, so stay tuned.