From a93672263c8c550ae96eed889d5681464a1f9e0f Mon Sep 17 00:00:00 2001 From: Zumi <13794376+ZoomTen@users.noreply.github.com> Date: Wed, 3 Jan 2024 23:16:52 +0700 Subject: [PATCH] Update README.md Co-authored-by: Eldred Habert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b3d9e7..a8caeb1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a version manager for [RGBDS](https://github.com/gbdev/rgbds). It is a p ## Quickstart (Debian) ```sh sudo apt install -y libpng-dev pkg-config build-essential bison git curl -sudo sh -c 'curl https://raw.githubusercontent.com/gbdev/rgbenv/master/rgbenv > /usr/local/bin/rgbenv' +sudo curl -o /usr/local/bin/rgbenv https://raw.githubusercontent.com/gbdev/rgbenv/master/rgbenv sudo chmod +x /usr/local/bin/rgbenv yes | rgbenv install 0.7.0 rgbenv use 0.7.0