From 4299be5a55745049d46d3c26c2fb0b429cc2364c Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Mon, 1 Jul 2024 08:54:43 +0200 Subject: [PATCH] removes wrong references in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47602f6..319604f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ and follow the instructions. After the build finished you can run ``` -build/src/tgc-vp -f fw/hello-world/prebuilt/hello.elf +build/src/riscv-vp -f fw/hello-world/prebuilt/hello.elf ``` @@ -30,7 +30,7 @@ ctest You will see on console the prints of the hello world firmware at fw/hello-world/hello.c -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Minres/TGC-VP) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Minres/RISCV-VP) ## Build instructions for Linux