mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix readme
This commit is contained in:
parent
24487bdd50
commit
0ddd53420b
1 changed files with 3 additions and 3 deletions
|
@ -94,6 +94,6 @@ $ ./planck < bootstrap.fs runtests.fs
|
|||
|
||||
| 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/actions/query=workflow:i386-linux-handwrite) |
|
||||
| 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/actions/query=workflow:python) |
|
||||
| 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/actions?query=workflow:C) |
|
||||
| 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