Преглед на файлове

Fix markup on Command line tutorial (#4039)

H​eikki H​okkanen преди 4 години
родител
ревизия
1885dba46e
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      getting_started/editor/command_line_tutorial.rst

+ 2 - 0
getting_started/editor/command_line_tutorial.rst

@@ -333,6 +333,7 @@ it allows you to run the script as follows in modern Linux
 distributions, as well as macOS:
 
 ::
+
     # Mark script as executable.
     chmod +x sayhello.gd
     # Prints "Hello!" to standard output.
@@ -342,4 +343,5 @@ If the above doesn't work in your current version of Linux or macOS, you can
 always have the shebang run Godot straight from where it is located as follows:
 
 ::
+
     #!/usr/bin/godot -s