diff --git a/README.md b/README.md index ec6cb588..798ba575 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,12 @@ For Arch derivates: $ pacman -S git base-devel $ pacman -S alsa-lib avahi libvorbis flac alsa-utils -Build Snapcast by cd'ing into the Snapcast src-root directory +After cloning the Snapcast repository, you have to update the external submodules: + + $ cd /externals + $ git submodule update --init --recursive + +Build Snapcast by cd'ing into the Snapcast src-root directory: $ cd $ make