From e3b5ae7ae8a64d35f9c75e4c0c847dc4c3ba150b Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 9 Jul 2025 22:27:40 +0200 Subject: [PATCH] readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a40ba27..f96ec65b 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,15 @@ A secure, decentralized, peer-to-peer messaging app that works over Bluetooth me This is the **Android port** of the original [bitchat iOS app](https://github.com/jackjackbits/bitchat), maintaining 100% protocol compatibility for cross-platform communication. -## About This Port +## Install bitchat -This Android implementation maintains full protocol compatibility with the original iOS version, allowing seamless communication between iPhone and Android users in the same mesh network. All core features including encryption, channels, private messaging, and mesh networking work identically across platforms. +You can download the latest version of bitchat for Android from the [GitHub Releases page](https://github.com/your-username/bitchat-android/releases). -**Original iOS Version**: [github.com/jackjackbits/bitchat](https://github.com/jackjackbits/bitchat) +**Instructions:** + +1. **Download the APK:** On your Android device, navigate to the link above and download the latest `.apk` file. +2. **Allow Unknown Sources:** Before you can install the APK, you may need to enable "Install from unknown sources" in your device's settings. This is typically found under **Settings > Security** or **Settings > Apps & notifications > Special app access**. +3. **Install:** Open the downloaded `.apk` file to begin the installation. ## License