Update README.md

This commit is contained in:
Alexandru-Florin Ene
2023-10-29 17:34:10 +02:00
committed by GitHub
parent 96a4a14ced
commit 2ca19e3f78

View File

@@ -19,7 +19,7 @@ tinyriscv is particulary suited to integration in simulation engines, embedded a
## Building and running ## Building and running
tinyriscv comes with a simple cli interface [main.c](https://github.com/inixyz/tinyriscv/blob/main/src/main.c) to help debugging and to serve as an example of how to use the emulator core. tinyriscv comes with a simple CLI interface [main.c](https://github.com/inixyz/tinyriscv/blob/main/src/main.c) to help debugging and to serve as an example of how to use the emulator core.
``` ```
git clone https://github.com/inixyz/tinyriscv/ git clone https://github.com/inixyz/tinyriscv/