Bladeren bron

Add pre-cond command to install Godot using Scoop on Windows

Hotari 11 maanden geleden
bovenliggende
commit
d9d0efc144
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 3 0
      tutorials/editor/command_line_tutorial.rst

+ 3 - 0
tutorials/editor/command_line_tutorial.rst

@@ -245,6 +245,9 @@ available in the ``PATH``:
 
 
  .. code-tab:: sh Windows
  .. code-tab:: sh Windows
 
 
+    # Add "Extras" bucket
+    scoop bucket add extras
+
     # Standard editor:
     # Standard editor:
     scoop install godot
     scoop install godot