From 1f7c62fb9b1c1a3e69591a2774d7acf52c42c5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Poign=C3=A9e=5Fde=5Fporte?= Date: Tue, 1 Apr 2025 14:59:08 -0400 Subject: [PATCH] Update docs/fr/game/getting-started.md Woups, didn't this one Co-authored-by: O1LER <44237025+O1LER@users.noreply.github.com> --- docs/fr/game/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fr/game/getting-started.md b/docs/fr/game/getting-started.md index b6f0f109..a564ce0d 100644 --- a/docs/fr/game/getting-started.md +++ b/docs/fr/game/getting-started.md @@ -38,7 +38,7 @@ Assurez-vous d'avoir [`vcpkg`](https://learn.microsoft.com/en-us/vcpkg/get_start - Fedora: `sudo dnf install @development-tools` - Arch: `sudo pacman -S base-devel` - openSUSE: `zypper in -t pattern devel-basis` -- SteamOS (Arch): `sudo pacman -S base-devel linux-api-headers glibc libconfig` (You also need to do `sudo steamos-readonly disable` but make sure to enable it again after installing the packages) +- SteamOS (Arch): `sudo pacman -S base-devel linux-api-headers glibc libconfig` (Vous devez également faire `sudo steamos-readonly disable` mais assurez-vous de l'activer à nouveau après l'installation des paquets.) Clônez le répertoire BeamMP-Launcher sur votre système en utilisant `git`, exemple: `git clone https://github.com/BeamMP/BeamMP-Launcher.git`