Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

Resolve "Update doc for project init"

Merged Raphael JOIE requested to merge 3-update-doc-for-project-init into main
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -22,6 +22,13 @@ Example local file organization
| | | | best-practices/ # <== this repository, without *.git
| ...
```
```shell
PROJECT_HOME="~/Workspace/code.europa.eu/digit-c4/dev/best-practices"
mkdir -p $(dirname $PROJECT_HOME)
git clone git@code.europa.eu:digit-c4/dev/best-practices.git $PROJECT_HOME \
&& cd $PROJECT_HOME \
&& git submodule update --init --recursive
```
## Logging & metrics
Loading