Merge branch 'fix_readme_git_instruction_format' into 'master'
Fix README.md git instructions format See merge request digitaldemocratic/digitaldemocratic!15
commit
c38cb9893a
|
@ -64,9 +64,11 @@ Any distro should work but, if you want to use our sysadm scripts to install doc
|
||||||
|
|
||||||
### Clone and submodules
|
### Clone and submodules
|
||||||
|
|
||||||
|
```
|
||||||
git clone https://gitlab.com/digitaldemocratic/digitaldemocratic/
|
git clone https://gitlab.com/digitaldemocratic/digitaldemocratic/
|
||||||
cd digitaldemocratic
|
cd digitaldemocratic
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
```
|
||||||
|
|
||||||
### docker
|
### docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue