From d4bb907d15a70f20d80a903fad0e819e39c7d954 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Tue, 23 Aug 2016 21:08:42 +0200
Subject: [PATCH] fix install doc with wget

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

diff --git a/README.md b/README.md
index e4dfb0ba..e2335b81 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ curl -kL https://raw.githubusercontent.com/duniter/cesium/master/install.sh | ba
 or:
 
 ```
-wget -qO- https://raw.githubusercontent.com/duniter/duniter/master/install.sh | bash
+wget -qO- https://raw.githubusercontent.com/duniter/cesium/master/install.sh | bash
 ```
 
 This will download and unzip latest release in a `./cesium` directory.
-- 
GitLab