Commit 91a2990 1 parent 452bf48 commit 91a2990 Copy full SHA for 91a2990
File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,16 @@ Edit the options for image customization:
50
50
51
51
Write the changes to the SD card.
52
52
53
+ ## Clone the repository
54
+ As this repository uses git submodules, use the following to clone it.
55
+ ``` bash
56
+ git clone https://github.com/mniedermaier/CybICS.git --recursive
57
+ ```
58
+
59
+ If you have already cloned it without the ` --recursive ` flag, you can do this to also get the submodules afterwards:
60
+ ```
61
+ git submodule update --init --recursive
62
+ ```
53
63
54
64
## Execute installation script
55
65
Install docker compose.
@@ -59,6 +69,7 @@ sudo apt install docker-compose
59
69
60
70
Start the container and execute the installation script.
61
71
``` sh
72
+ cd CybICS
62
73
docker compose -f .devcontainer/software/docker-compose.yml up -d --build
63
74
docker compose -f .devcontainer/software/docker-compose.yml exec dev /CybICS/software/installRPI.sh
64
75
```
You can’t perform that action at this time.
0 commit comments