From 905c2adcf592b176da0b361111d1bd1d1749fbc4 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 23 Apr 2021 21:33:17 +0200 Subject: [PATCH] added docs links to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bbe278..fed856b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # RiscEmu - RISC-V (userspace) emulator in python -Implementing a basic RISC-V emulator, aimed at being easily extendable. +Implementing a basic RISC-V emulator, aimed at being easily extendable. Check out the docs at [readthedocs](https://riscemu.datenvorr.at/index.html) +or [riscemu.datenvorr.at](https://riscemu.datenvorr.at/index.html). This emulator contains: * RISC-V Assembly parser