diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-13 20:28:15 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-13 20:28:15 -0300 |
commit | 4de13b1d3e1cff28e331607b262513a9583aa08a (patch) | |
tree | 8bf7f2ea5d225f76117c59b7dd68e2a1d33d1ba2 | |
parent | 1a82a0cad985dc5d6e712c4e6e2f5705ae836ac7 (diff) |
--recursive note
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 31aab66..db5a817 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ You will need a relatively recent version of [Node.js](https://nodejs.org/en/). ``` -git clone https://git.ed1.club/florrie/mtui.git +# Please do note --recursive. It clones git submodules. +git clone --recursive https://git.ed1.club/florrie/mtui.git cd mtui npm install npm link # Or sudo npm link |