From d9d0efc1440bdef984b6f2c2fc1f42673f2bd7d5 Mon Sep 17 00:00:00 2001 From: Hotari Date: Tue, 13 Aug 2024 08:27:38 +0900 Subject: [PATCH] Add pre-cond command to install Godot using Scoop on Windows --- tutorials/editor/command_line_tutorial.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/editor/command_line_tutorial.rst b/tutorials/editor/command_line_tutorial.rst index 4a0e6ff14b6..f240b54bfaf 100644 --- a/tutorials/editor/command_line_tutorial.rst +++ b/tutorials/editor/command_line_tutorial.rst @@ -245,6 +245,9 @@ available in the ``PATH``: .. code-tab:: sh Windows + # Add "Extras" bucket + scoop bucket add extras + # Standard editor: scoop install godot