readme upd

This commit is contained in:
Luxferre
2026-07-03 16:15:02 +03:00
parent e995df3f6f
commit 9e91771e76
+2 -2
View File
@@ -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