Browse Source

Fix markup on Command line tutorial (#4039)

H​eikki H​okkanen 4 years ago
parent
commit
1885dba46e
1 changed files with 2 additions and 0 deletions
  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