diff --git a/README.md b/README.md index 37d150a38b3a00aff801f334a562463b46436a01..7f2c82d926bdc30d4a8bc844b575d383a1020398 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Download the project including the daemon submodule with: Or to download the daemon submodule from the existing project directory: > git submodule update --init --recursive -Make sure to have autotools, autopoint, swig, yasm, autotools and cmake available on your system: +Make sure to have autotools, autopoint, swig, yasm, m4, ninja-build and cmake available on your system: on Debian/Ubuntu: -> apt install cmake build-essential swig yasm +> apt install cmake build-essential swig yasm ninja-build m4 On macOS: > brew install cmake automake autotools libtool pkg-config yasm swig @@ -36,7 +36,7 @@ With Android Studio: With the command line: ```sh -cd client-android/jami-android +cd jami-client-android/jami-android ./gradlew assembleDebug ```