Skip to content

Commit 9a0258c

Browse files
committed
Update CLI instructions for Godot setup
1 parent 85513fa commit 9a0258c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/intro/setup.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,21 @@ For beta and older versions, you can also check the [download archive][godot-dow
2929

3030
```bash
3131
# --- Linux ---
32-
# For Ubuntu or Debian-based distros.
33-
apt install godot
34-
35-
# For Fedora/RHEL.
32+
# Fedora/RHEL.
3633
dnf install godot
3734

38-
# Distro-independent through Flatpak.
35+
# Arch Linux.
36+
pacman -Syu godot
37+
paru -Syu godot
38+
39+
# Flatpak (e.g. Ubuntu, Debian, or distro-independent).
3940
flatpak install flathub org.godotengine.Godot
4041

4142

4243
# --- Windows ---
43-
# Windows installations can be made through WinGet.
44-
winget install --id=GodotEngine.GodotEngine -e
44+
winget install -e --id GodotEngine.GodotEngine
45+
choco install godot
46+
scoop bucket add extras && scoop install godot
4547

4648

4749
# --- macOS ---
@@ -67,7 +69,7 @@ install it via command-line.
6769
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
6870

6971
# Windows
70-
winget install --id=Rustlang.Rustup -e
72+
winget install -e --id Rustlang.Rustup
7173

7274
# macOS
7375
brew install rustup

0 commit comments

Comments
 (0)