From aa35f3c1b3b701bc7aa0405d9c604645dc033c99 Mon Sep 17 00:00:00 2001
From: Fernando Herrero <fherrero@iri.upc.edu>
Date: Thu, 31 Jan 2019 12:45:02 +0100
Subject: [PATCH] Update README.md

---
 README.md | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 955a90c..c6cd9a5 100644
--- a/README.md
+++ b/README.md
@@ -72,12 +72,25 @@ First, you may need to:
 
  * unload the *ftdi_sio* module, so the device is detected as a serial-usb device:
 
-> ``` sudo rmmod ftdi_sio```
+   * Manually once: 
+
+        ``` sudo rmmod ftdi_sio```
+
+   * Persistently, you can run the provided script
+
+        ```source scripts/unbind_ftdi_udev.sh```
 
  * load the *pcspkr* module, so the motherboard buzzers makes sound when alarms are enabled:
-> ``` sudo modprobe pcspkr```
 
-Then you can run the example and see the battery status information on the screen.
+   * Manually once:
+
+        ``` sudo modprobe pcspkr```
+
+   * Persistently, you can run the provided script:
+
+        ```source scripts/load_pcspkr.sh```
+
+Then you can run the example and see the battery status information on the screen
 
 > ``` ./bin/battery_monitor_test```
 
-- 
GitLab