Browse Source

Merge pull request #5802 from Calinou/faq-fix-code-literals

Fix code literal syntax in FAQ
Max Hilbrunner 3 years ago
parent
commit
6f2fae2fb7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      about/faq.rst

+ 4 - 4
about/faq.rst

@@ -216,9 +216,9 @@ Windows
 macOS
 macOS
 ^^^^^
 ^^^^^
 
 
-Drag the extracted Godot application to `/Applications/Godot.app`, then drag it
+Drag the extracted Godot application to ``/Applications/Godot.app``, then drag it
 to the Dock if desired. Spotlight will be able to find Godot as long as it's in
 to the Dock if desired. Spotlight will be able to find Godot as long as it's in
-`/Applications` or `~/Applications`.
+``/Applications`` or ``~/Applications``.
 
 
 Linux
 Linux
 ^^^^^
 ^^^^^
@@ -237,8 +237,8 @@ Linux
     to the Godot binary.
     to the Godot binary.
 
 
 - Save `this .desktop file <https://raw.githubusercontent.com/godotengine/godot/master/misc/dist/linux/org.godotengine.Godot.desktop>`__
 - Save `this .desktop file <https://raw.githubusercontent.com/godotengine/godot/master/misc/dist/linux/org.godotengine.Godot.desktop>`__
-  to `$HOME/.local/share/applications/`. If you have administrator privileges,
-  you can also save the ``.desktop`` file to `/usr/local/share/applications`
+  to ``$HOME/.local/share/applications/``. If you have administrator privileges,
+  you can also save the ``.desktop`` file to ``/usr/local/share/applications``
   to make the shortcut available for all users.
   to make the shortcut available for all users.
 
 
 Is the Godot editor a portable application?
 Is the Godot editor a portable application?