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

@@ -28,7 +28,7 @@ For example, using ``gdb`` directly, you may do this:
.. code-block:: none
$ gdb godot
gdb godot
> run -e --path ~/myproject
You can also run the editor directly from your project's folder. In that case,
@@ -36,8 +36,8 @@ only the ``-e`` option is required.
.. code-block:: none
$ cd ~/myproject
$ gdb godot
cd ~/myproject
gdb godot
> run -e
You can learn more about these launch options and other command line arguments