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