From b69d717651da1602c9de64633b03045a8491f4e5 Mon Sep 17 00:00:00 2001 From: anoncontributorxmr Date: Sat, 12 Oct 2024 11:41:19 +0000 Subject: [PATCH] chore: update readmes --- README.md | 2 +- doc/BUILDING-external-libs.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ec0c0b..b356722 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ We are NOT responsible for lost or stolen funds. ## HOW TO BUILD See [the instructions](doc/BUILDING-external-libs.md) -Then, fire up Android Studio and build the APK. +Then, fire up Android Studio and build the APK like any other android app. ## Donations diff --git a/doc/BUILDING-external-libs.md b/doc/BUILDING-external-libs.md index ef5e38a..f4b6e4e 100644 --- a/doc/BUILDING-external-libs.md +++ b/doc/BUILDING-external-libs.md @@ -2,7 +2,9 @@ ## Requirements: -1. Git, Make and Podman: `sudo pacman -S base-devel git podman` +1. Git, Make and Podman + Arch: `sudo pacman -S git make podman` + Debian: `sudo apt install git make podman` 2. 8+ GiB of RAM and 20+ GiB of free disk space available