From e8079e6d4849961dc1706b5b9b9f2c9cd693f509 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sat, 6 Apr 2024 08:59:21 +0200 Subject: [PATCH] Use "pkg" in termux instructions instead of "apt" directly --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 3195c8f1ea3..d5f189f4230 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -111,13 +111,13 @@ If you want to compile and install **rgbds** yourself instead, then follow the [ To install the software required for **pokecrystal**: ```bash -sudo apt install make clang git sed +pkg install make clang git sed ``` To install **rgbds**: ```bash -sudo apt install rgbds +pkg install rgbds ``` If you want to compile and install **rgbds** yourself instead, then follow the [**rgbds** instructions](https://rgbds.gbdev.io/install#building-from-source) to build **rgbds 0.7.0** from source.