From 66df66a200989a53ed2bc8177c513d5b09fd9117 Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Thu, 29 Jan 2026 16:57:39 +0000 Subject: [PATCH] Update README with blog post link Added a link to a related blog post for more context. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 694ef60..7228687 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Icon](docs/icon-256.png) -Serve terminal sessions over the web with a simple CLI command. +Serve terminal sessions over the web with a simple CLI command. [Blog post](https://taoofmac.com/space/notes/2026/01/25/2030#seizing-the-means-of-production) > **Credit and Inspiration:** This project was originally based on the genius [web](https://github.com/Textualize/web) package, which uses `xterm.js`. It has been rewritten to use a [ghostty-web](https://github.com/coder/ghostty-web)'s WebAssembly-based terminal emulator, which provides better performance and native theme support.