From 066565cf7966360aa544d97d3865711104d678a3 Mon Sep 17 00:00:00 2001
From: cnlohr <lohr85@gmail.com>
Date: Sat, 18 Feb 2023 12:13:52 -0800
Subject: [PATCH] Update readme with info about building regularly.

---
 README.md | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 684343b..ddd70e1 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
 # ch32v003fun
-My tests for the CH32V003
+
+My tests for the CH32V003 with gcc-riscv64
+
+This contains:
+1. EVT Folder for running demos from the ch32v003 EVT.
+2. Barebones. For compiling without the EVT.
+
+## System Prep
+
+On WSL or Debian based OSes `apt-get install build-essential libnewlib-dev gcc-riscv64-unknown-elf`
+
+## Running
+
+```
+cd barebones
+make
+```
+
+Use the WCH-LinkUtility to flash the built hex file.
\ No newline at end of file
-- 
GitLab