From 038d9512a0d40ba8b38a209780680874525bc7f4 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Sun, 5 Apr 2020 14:22:08 +0200
Subject: [PATCH] [doc] Update outdated README

---
 README.md | 12 +++++++-----
 yarn.lock |  2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 1e5ee06..60ba335 100644
--- a/README.md
+++ b/README.md
@@ -18,16 +18,18 @@ Duniter graphical interface. This is a developement package which is embedded in
 
 ## Installation
 
-> Requires Nodejs v4+ and Duniter v0.20+
+> Requires Nodejs v9
+> Requires NVM
+> Requires Yarn
 
 ```bash
-git clone https://git.duniter.org/nodes/typescript/duniter.git
-cd duniter
-npm install
+nvm install 9
+nvm use 9
+yarn
 ```
 
 ## Run
 
 ```bash
-node_modules/brunch/bin/brunch watch --server
+node run.js direct_webstart
 ```
diff --git a/yarn.lock b/yarn.lock
index f775e21..8aff82f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2115,7 +2115,7 @@ domain-browser@~1.1.7:
   version "1.1.7"
   resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc"
 
-duniter@1.7.21:
+duniter@1.7.x:
   version "1.7.21"
   resolved "https://registry.yarnpkg.com/duniter/-/duniter-1.7.21.tgz#492f1a9ab6dccf22632d5cd7cd11af9a30cccfe4"
   dependencies:
-- 
GitLab