Browse Source

How to checkout HEAD submodules

lars18th 5 years ago
parent
commit
c9a52b9866
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README

+ 2
- 0
README View File

@@ -47,6 +47,8 @@ to get it, run the following command:
47 47
    git clone git://github.com/gfto/mptsd.git
48 48
    git submodule init
49 49
    git submodule update
50
+     OR
51
+   git submodule update --recursive --remote  // if you like to checkout HEAD submodules.
50 52
 
51 53
 Compiling
52 54
 =========

Loading…
Cancel
Save