diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/quick-start.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md index d9b0848..280d2c9 100644 --- a/docs/platform/quick-start.md +++ b/docs/platform/quick-start.md @@ -122,6 +122,7 @@ First we'll create a directory for LEAP things, and then we'll check out the pla $ mkdir ~/leap $ cd ~/leap $ git clone https://leap.se/git/leap_platform.git + $ cd leap_platform $ git submodule sync; git submodule update --init |