readme upd
This commit is contained in:
@@ -24,7 +24,7 @@ The core spec of Clyx is mostly stable but the standard library is still a work-
|
|||||||
|
|
||||||
## Implementations
|
## 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)
|
- [Reference implementation in Go](clyx-go/clyx.go)
|
||||||
|
|
||||||
## Installation
|
## 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.
|
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:
|
Clone this repo, then mount your T-Deck's CircuitPython volume, and then run:
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user