We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75dc14 commit 6aa2909Copy full SHA for 6aa2909
README.md
@@ -4,6 +4,19 @@ This is a version manager for [RGBDS](https://github.com/gbdev/rgbds). It is a p
4
5
\* Bash script, at the moment. Compatibility with other shells is not guaranteed.
6
7
+## Quickstart (Debian)
8
+```sh
9
+sudo apt install -y libpng-dev pkg-config build-essential bison git curl
10
+sudo sh -c 'curl https://raw.githubusercontent.com/gbdev/rgbenv/master/rgbenv > /usr/local/bin/rgbenv'
11
+sudo chmod +x /usr/local/bin/rgbenv
12
+yes | rgbenv install 0.7.0
13
+rgbenv use 0.7.0
14
+echo 'export PATH=$HOME/.local/share/rgbenv/default/bin:$PATH' >> .bashrc
15
+source .bashrc
16
+
17
+rgbasm -V
18
+```
19
20
## What does it do?
21
22
* Installs or uninstalls a specific version of the RGBDS suite.
0 commit comments