diff --git a/README.md b/README.md index 71420ce064e7c1cd9a8936fb839da1be1887e5cd..1e5ee069da12438664fe8a29a33d6a20121f9202 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Issues can be submitted on github. However, all issues created on github will be # Duniter-ui -Duniter graphical interface. This is a developement package which is embedded in [Duniter software](https://github.com/duniter/duniter) on build phase. +Duniter graphical interface. This is a developement package which is embedded in [Duniter software](https://git.duniter.org/nodes/typescript/duniter) on build phase. ## Installation > Requires Nodejs v4+ and Duniter v0.20+ ```bash -git clone https://github.com/duniter/duniter.git +git clone https://git.duniter.org/nodes/typescript/duniter.git cd duniter npm install ```