mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix markup on Command line tutorial (#4039)
This commit is contained in:
committed by
GitHub
parent
04d6b9b1f0
commit
1885dba46e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user