From 5c47b49e5145b526d71b4611588f8da5323af944 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?s=C3=A9bastien=20jacq?=
 <57099003+sjthales@users.noreply.github.com>
Date: Mon, 7 Dec 2020 13:57:32 +0100
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 6b2bf998..fd26d17a 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ $ ./bootstrap
 ```
 - Launch configure:
 ```
-$ ./configure --enable-ftdi --prefix=build --exec-prefix=build
+$ ./configure --enable-ftdi --prefix=<absolute path>/build --exec-prefix=<absolute path>/build
 ```
 - Compile and install files:
 ```
@@ -137,7 +137,7 @@ $ export PATH=$PATH:<path to riscv-openocd>/build/bin
 It is necessary to add a udev rule to use the cable.
 OpenOCD provides a file containing the rule we need. Copy it into /etc/udev/rules.d/
 ```
-$ sudo cp <openocd>/contrib/60-openocd.rules /etc/udev/rules.d
+$ sudo cp <path to riscv-openocd>/contrib/60-openocd.rules /etc/udev/rules.d
 ```
 The file is also available here: https://github.com/riscv/riscv-openocd/blob/riscv/contrib/60-openocd.rules
 The particular entry about the HS2 cable is :
-- 
GitLab