From 2f884df096fff9b1ea62120aa4678a327b9b3f0d Mon Sep 17 00:00:00 2001
From: Emeric Poulin <46192993+epthales@users.noreply.github.com>
Date: Tue, 27 Oct 2020 11:00:41 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index de8b6fa9..1fb75e26 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ $ make newlib
 ```
 When the installation is achieved, do not forget to add $RISCV/bin to your PATH.
 ```
-$ export PATH=$PATH:/path/to/compilators/directory/bin
+$ export PATH=$PATH:$RISCV/bin
 ```
 
 ## Questa tool
-- 
GitLab