From 020473de3d0a6f56692e7ded135d333179b0971f Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Tue, 23 Aug 2016 18:31:45 +0200
Subject: [PATCH] Fix doc

---
 README.md | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 8570f340..e4dfb0ba 100644
--- a/README.md
+++ b/README.md
@@ -24,16 +24,8 @@ wget -qO- https://raw.githubusercontent.com/duniter/duniter/master/install.sh |
 This will download and unzip latest release in a `./cesium` directory.
 Existing files will be override.
 
-**Notes**
- 
- - To change the default installation directory, define the path into `CESIUM_DIR`, **before** launching installation script :
-
-    ```
-     export CESIUM_DIR=/path/to/install/dir     
-    ```
+**Note**: You may need root permission to write files. If so just replace `| bash` with `| sudo bash`.
 
- - You may need root permission to write files. If so just replace `| bash` with `| sudo bash`.
- 
 
 ## Developer
 
-- 
GitLab