diff --git a/README.md b/README.md index 1121a90..fdec169 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ unzip commandlinetools-linux-8092744_latest.zip ```bash git clone --recurse-submodules https://github.com/PurpleI2P/i2pd-android.git +cd i2pd-android ``` ### Compile application @@ -53,10 +54,8 @@ export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 export ANDROID_HOME=/opt/android-sdk export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/23.2.8568313 -pushd app/jni -./build_boost.sh -./build_openssl.sh -./build_miniupnpc.sh +pushd binary/jni +./build.sh -d popd gradle clean assembleDebug