From a700d093681267296b87bd250b5abbff0f018548 Mon Sep 17 00:00:00 2001
From: Emeric Poulin <46192993+epthales@users.noreply.github.com>
Date: Tue, 27 Oct 2020 10:16:50 +0100
Subject: [PATCH] Fix export PATH command

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

diff --git a/README.md b/README.md
index 18445ff8..de8b6fa9 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/to/compilators/directory/bin
+$ export PATH=$PATH:/path/to/compilators/directory/bin
 ```
 
 ## Questa tool
-- 
GitLab