diff options
author | Micah Anderson <micah@riseup.net> | 2013-09-30 14:17:44 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-09-30 14:17:44 -0400 |
commit | bd3476f9fe967dce99a6933b28865c09ac58d8b3 (patch) | |
tree | 8be5182f35c63a037590cc59ef5b621c92ef4bc3 /docs | |
parent | 96ee41bfdc5f0224779e011af2b2f26a5dda5203 (diff) |
add missing step in cloning the platform
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 |