aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e7ec89d..ac73b38 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,10 @@ The `armv7a` demo can be run as
```bash
make ARCH=arm demo1
```
+The `riscv64` demo can be run as
+```bash
+make ARCH=riscv64 demo1
+```
> Before starting to compile & run for a different architecture the the current
> build artifacts should be removed via `make clean`.