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

Skip to content

Update doc for project init

add in doc

PROJECT_HOME="~/Workspace/code.europa.eu/digit-c4/dev/best-practices"
mkdir -p $(dirname $PROJECT_HOME) 
git clone git@code.europa.eu:digit-c4/netbox/netbox-rps-plugin.git $PROJECT_HOME \
  && cd $PROJECT_HOME \
  && git submodule update --init --recursive