From 3bfee996c9401267847aa4d0a8c768494fef0a7c Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Fri, 2 Sep 2022 23:20:46 +0200
Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/README.md b/README.md
index cf795c1..a737454 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@
 Cesium 2, running on Substrate
 
 
+Cesium 2 use Angular 14, Ionic 5 and Capacitor.
+
+
 # Build
 
 ## In a post-it
@@ -21,3 +24,14 @@ npm install
 # Build and run !
 npm run start
 ```
+## Build for Android
+
+- Init the android project :
+```bash
+ionic capacitor add android
+npx cap sync
+```
+
+- Launch Android Studio
+- Open the Android project at `<cesium2s-root>/android`
+- Run !
-- 
GitLab