From 5de34cb9571173b943a788269564704c8610742c Mon Sep 17 00:00:00 2001
From: Tom
Date: Sat, 25 Oct 2025 23:50:26 +0100
Subject: [PATCH] Missing a space between 2 packages in the arch install
dependencies
---
Building-OpenRCT2-on-Linux.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md
index 1747d45..9ff87dc 100644
--- a/Building-OpenRCT2-on-Linux.md
+++ b/Building-OpenRCT2-on-Linux.md
@@ -44,7 +44,7 @@ This listing should work on Debian and Ubuntu.
Install dependencies:
```
-sudo pacman -S base-devel sdl2 curl nlohmann-json speexdsp fontconfig libpng openssl libzip icu cmake ninja flac libvorbiszstd
+sudo pacman -S base-devel sdl2 curl nlohmann-json speexdsp fontconfig libpng openssl libzip icu cmake ninja flac libvorbis zstd
```
### DNF (Fedora):