From 6b86026f186d46d56ae18ae1a30c584e87a41c5f Mon Sep 17 00:00:00 2001
From: Davids Paskevics <davip00@mi.fu-berlin.de>
Date: Tue, 4 Jul 2023 15:00:26 +0200
Subject: [PATCH] Update README for new project structure and toolchain

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 279a55e..1f8d36b 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,6 @@ After cloning the repo, run:
 ```sh
 git submodule init
 git submodule update --init --recursive
+cd sample-you-want-to-run
 make -j $(nproc)
-```
-
-If you don't have a RISC-V toolchain installed, you can also run the compiler in docker.
-To do that, comment out the TOOLCHAIN line in the Makefile.
\ No newline at end of file
+```
\ No newline at end of file
-- 
GitLab