Update README.md

This commit is contained in:
Alexandru-Florin Ene
2023-10-29 16:51:19 +02:00
committed by GitHub
parent fe19f9ca0f
commit 9053b0605b

View File

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