From c1bfb252bf55d198da172cf9b63685463a353222 Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Tue, 30 Dec 2025 04:47:26 +0000 Subject: [PATCH] Update Debian installation instructions in getting-started.md --- docs/en/game/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index ff568498..0d6d9360 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -34,7 +34,7 @@ In order to do this, you need a basic understanding of how to build an applicati Make sure you have basic development tools installed, often found in packages, for example: -- Debian: `sudo apt install build-essential` +- Debian/Ubuntu: `sudo apt install build-essential` - Fedora: `sudo dnf install cmake gcc gcc-c++ make perl perl-IPC-Cmd perl-FindBin perl-File-Compare perl-File-Copy kernel-headers kernel-devel` - Arch: `sudo pacman -S base-devel` - openSUSE: `zypper in -t pattern devel-basis`