Skip to content

Commit

Permalink
Use "pkg" in termux instructions instead of "apt" directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mid-kid authored and vulcandth committed Apr 14, 2024
1 parent c41e710 commit 41c224f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ If you want to compile and install **rgbds** yourself instead, then follow the [
To install the software required for **pokegold**:

```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.6.1** from source.
Expand Down

0 comments on commit 41c224f

Please sign in to comment.