Skip to content
Snippets Groups Projects
Commit 11a4484b authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Update README

parent 91b87290
No related branches found
No related tags found
1 merge request!1Update README
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment