diff options
-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 |