mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +01:00
Fix readme
This commit is contained in:
parent
13817bb173
commit
24487bdd50
1 changed files with 3 additions and 3 deletions
|
@ -94,6 +94,6 @@ $ ./planck < bootstrap.fs runtests.fs
|
||||||
|
|
||||||
| Implementation of runtime | build | test status |
|
| Implementation of runtime | build | test status |
|
||||||
|:----------------------------------|:------------------|:------------|
|
|:----------------------------------|:------------------|:------------|
|
||||||
| Handwritten binary for i386-linux | `make` | [![i386-linux-handwrite](https://github.com/nineties/planckforth/workflows/i386-linux-handwrite/badge.svg)](https://github.com/nineties/planckforth/workflows/i386-linux-handwrite) |
|
| Handwritten binary for i386-linux | `make` | [![i386-linux-handwrite](https://github.com/nineties/planckforth/workflows/i386-linux-handwrite/badge.svg)](https://github.com/nineties/planckforth/actions/query=workflow:i386-linux-handwrite) |
|
||||||
| C | `make c` | [![C](https://github.com/nineties/planckforth/workflows/C/badge.svg)](https://github.com/nineties/planckforth/workflows/C) |
|
| C | `make c` | [![C](https://github.com/nineties/planckforth/workflows/C/badge.svg)](https://github.com/nineties/planckforth/actions/query=workflow:C) |
|
||||||
| Python 3.x | `make python` | [![python](https://github.com/nineties/planckforth/workflows/python/badge.svg)](https://github.com/nineties/planckforth/workflows/python) |
|
| Python 3.x | `make python` | [![python](https://github.com/nineties/planckforth/workflows/python/badge.svg)](https://github.com/nineties/planckforth/actions/query=workflow:python) |
|
||||||
|
|
Loading…
Reference in a new issue