diff options
| author | mid-kid <esteve.varela@gmail.com> | 2025-03-07 16:17:50 +0100 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2025-03-07 16:17:50 +0100 |
| commit | a8e65bfda53254dfc21eb7555b53a9a2e20243fd (patch) | |
| tree | 144ef21209f92074d9b892a6ecbc2c1f5c0682c2 | |
| parent | Avoid using `EQUS` when `EQU` or `MACRO` will do (#496) (diff) | |
| download | pokeyellow-a8e65bfda53254dfc21eb7555b53a9a2e20243fd.tar.gz pokeyellow-a8e65bfda53254dfc21eb7555b53a9a2e20243fd.tar.xz pokeyellow-a8e65bfda53254dfc21eb7555b53a9a2e20243fd.zip | |
Fix termux instructions to not use "sudo"
| -rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
