From 11a4484b47c188844c0def451528cd9093e60d45 Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Fri, 2 Sep 2022 23:08:43 +0200
Subject: [PATCH] Update README

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
index ec6fae2..cf795c1 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,21 @@
 Cesium 2, running on Substrate
 
 
+# Build
+
+## In a post-it
+
+```bash
+
+# Get sources
+git clone git@git.duniter.org:clients/cesium-grp/cesium2s.git
+cd cesium2s
+
+# Install NodeJS v14+, then deps
+nvm use 14
 npm install -g yarn @ionic/cli @angular/cli
+npm install
+
+# Build and run !
+npm run start
+```
-- 
GitLab