From 9e91771e767a3e0b23fe11ba80d76880c3f90903 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 3 Jul 2026 16:15:02 +0300 Subject: [PATCH] readme upd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d21a23..085bd57 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The core spec of Clyx is mostly stable but the standard library is still a work- ## Implementations -- [Reference implementation in Python](clyx-python/clyx/clyx.py) (compatible with MicroPython and T-DeckARD on CircuitPython) +- [Reference implementation in Python](clyx-python/clyx/clyx.py) (compatible with MicroPython and [T-DeckARD](https://codeberg.org/luxferre/t-deckard) on CircuitPython) - [Reference implementation in Go](clyx-go/clyx.go) ## Installation @@ -47,7 +47,7 @@ Then, you can just run `pipx upgrade clyx` to upgrade to the new release version Clone this repo, then run `sh dist-python.sh`. A `dist/clyx_py/clyx` directory will appear, which will contain all the files necessary to run `micropython clyx.py [prog.clx]` on the desktop or copy them to the target device. -### Reference implementation for CircuitPython + [T-DeckARD](https://codeberg.org/luxferre/t-deckard) runtime +### Reference implementation for CircuitPython + T-DeckARD runtime Clone this repo, then mount your T-Deck's CircuitPython volume, and then run: ```sh