Use "pkg" in termux instructions instead of "apt" directly

This commit is contained in:
mid-kid 2024-04-06 08:59:21 +02:00
parent c1da20e2f1
commit e8079e6d48
1 changed files with 2 additions and 2 deletions

View File

@ -111,13 +111,13 @@ If you want to compile and install **rgbds** yourself instead, then follow the [
To install the software required for **pokecrystal**: To install the software required for **pokecrystal**:
```bash ```bash
sudo apt install make clang git sed pkg install make clang git sed
``` ```
To install **rgbds**: To install **rgbds**:
```bash ```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. 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.