From 2ed7e26fae3b66dd98fd800514d6bfa7684dd935 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 4 May 2022 16:15:12 +0200 Subject: [PATCH] Fix code literal syntax in FAQ --- about/faq.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/about/faq.rst b/about/faq.rst index d3636506c..36ca7f150 100644 --- a/about/faq.rst +++ b/about/faq.rst @@ -216,9 +216,9 @@ Windows 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 -`/Applications` or `~/Applications`. +``/Applications`` or ``~/Applications``. Linux ^^^^^ @@ -237,8 +237,8 @@ Linux to the Godot binary. - Save `this .desktop file `__ - 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. Is the Godot editor a portable application?