From 9053b0605b9655a1f560f05ce3875b0016d12cb7 Mon Sep 17 00:00:00 2001 From: Alexandru-Florin Ene <94986496+inixyz@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:51:19 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4e97d5b..9b38b55 100644 --- a/README.md +++ b/README.md @@ -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