aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 372337d0..3eb3b34b 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 **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.