Skip to content
Snippets Groups Projects

Patch 1

Merged Constantin P. requested to merge patch-1 into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -35,8 +35,9 @@ This command fetch sources from gitlab and build them.
@@ -35,8 +35,9 @@ This command fetch sources from gitlab and build them.
```
```
git clone https://gitlab.demlabs.net/cellframe/cellframe-node.git
git clone https://gitlab.demlabs.net/cellframe/cellframe-node.git
cd cellframe-node
cd cellframe-node
git submodule init
git submodule update --init
git submodule update
cd cellframe-sdk
 
git submodule update --init
```
```
#### Build sources
#### Build sources
Loading