aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik ç݆ĉ˜‚ĉ˜Ž <amine@mouafik.fr>2019-09-26 16:02:27 +0700
committerLibravatar GitHub <noreply@github.com>2019-09-26 16:02:27 +0700
commit061d5edab7b0d330f52c3dd0dbb473e4cfa0d203 (patch)
tree82964879ebe7c168b539f1b529af4b3e9da50ac0 /README.md
parentGet git submodules as part of install scripts (diff)
downloadferdium-app-061d5edab7b0d330f52c3dd0dbb473e4cfa0d203.tar.gz
ferdium-app-061d5edab7b0d330f52c3dd0dbb473e4cfa0d203.tar.zst
ferdium-app-061d5edab7b0d330f52c3dd0dbb473e4cfa0d203.zip
Add note on how-to clone repository with submodule
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ee53320bc..2a3274fc8 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,15 @@ You can find the installers in the [latest release](https://github.com/getferdi/
44 44
45### Preparations 45### Preparations
46 46
47
48#### Clone repository with submodule
49
50```bash
51$ git clone git@github.com:getferdi/ferdi.git
52$ cd getferdi
53$ git submodule update --init --recursive
54```
55
47#### Install Linux OS dependencies 56#### Install Linux OS dependencies
48 57
49[Guide: Linux distribution specific dependencies](docs/linux.md) 58[Guide: Linux distribution specific dependencies](docs/linux.md)