From d51a6209dbb4416a8371c6d41a8a31ce6c074bd7 Mon Sep 17 00:00:00 2001 From: Nacroni <60831747+Nacroni@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:06:44 -0400 Subject: [PATCH] apt is for Debian changed a header to signify Debian and Ubuntu can be used since the APT package manager is for Debian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e708a8b8..ea33eb89 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It builds the following ROMs: This repo does not include all assets necessary for compiling the ROMs. A prior copy of the game is required to extract the assets. -## Quick Start (for Ubuntu) +## Quick Start (for Debian / Ubuntu) 1. Install prerequisites: `sudo apt install -y binutils-mips-linux-gnu build-essential git pkgconf python3` 2. Clone the repo from within Linux: `git clone https://github.com/n64decomp/sm64.git`