File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff 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.
3633dnf 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).
3940flatpak 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.
6769curl --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
7375brew install rustup
You can’t perform that action at this time.
0 commit comments