aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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)