diff --git a/README.md b/README.md index f632a8b3..6ae2ff4c 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libmediainfo-dev lib Ensure you obtain the repository recursively. ``` git clone https://github.com/meganz/MEGAcmd.git +cd MEGAcmd git submodule update --init --recursive ``` @@ -57,7 +58,7 @@ For platforms with Autotools, MEGAcmd can be built and installed with: make make install -* You will need to run `make install` as root +* You will need to run `make install` and `ldconfig` as root `Note`: if you use a prefix in configure, autocompletion from non-interactive usage won't work. You would need to `source /YOUR/PREFIX/etc/bash_completion.d/megacmd_completion.sh`