Harmonize Bash command syntax for easier line selection and copy-pasting

- Remove prompt or `$` sign which makes triple-click based selection
  more difficult and time-consuming.
- Use `platform` instead of `p` alias in all SCons examples.
This commit is contained in:
Hugo Locurcio
2024-09-15 16:27:34 +02:00
parent 3a07580177
commit 93261ab5d7
9 changed files with 78 additions and 78 deletions

View File

@@ -547,7 +547,7 @@ main ``doc/classes`` directory.
You can use Git to check if you have missed some of your classes by checking the
untracked files with ``git status``. For example::
user@host:~/godot$ git status
git status
Example output::
@@ -573,7 +573,7 @@ Run command:
::
user@host:~/godot$ ./bin/<godot_binary> --doctool .
bin/<godot_binary> --doctool .
Now if you go to the ``godot/modules/summator/doc_classes`` folder, you will see
that it contains a ``Summator.xml`` file, or any other classes, that you referenced