rework-output-and-test-logic #3
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -1,4 +1,14 @@
|
||||||
# Readme
|
# Clone
|
||||||
|
|
||||||
|
To clone with submodules, use these git commands:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone --recurse-submodules <repository>
|
||||||
|
git submodule update --init // add submodule after normal cloning
|
||||||
|
git submodule update --remote // update submodules
|
||||||
|
```
|
||||||
|
|
||||||
|
# Run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose build
|
docker compose build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue