diff --git a/doc/INSTALL.md b/doc/INSTALL.md index f674b4e6b..e4c5c8b4c 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -100,12 +100,12 @@ autogen automake 'python3.withPackages (p: [p.bitcoinlib])' \ valgrind asciidoc --run make ``` -To Cross-compile for Android +To cross-compile for Android -------------------- Make a standalone toolchain as per https://developer.android.com/ndk/guides/standalone_toolchain.html. For c-lightning you must target an API level of 24 or higher. -Depending on your toolchain location and target arch source env variables such as: +Depending on your toolchain location and target arch, source env variables such as: ``` export PATH=$PATH:/path/to/android/toolchain/bin