mirror of
https://github.com/pret/pokered.git
synced 2026-09-11 19:25:16 -05:00
Fix termux instructions to not use "sudo"
This commit is contained in:
@@ -111,13 +111,13 @@ If you want to compile and install **rgbds** yourself instead, then follow the [
|
||||
To install the software required for **pokered**:
|
||||
|
||||
```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.9.0** from source.
|
||||
|
||||
Reference in New Issue
Block a user