mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
docs: Use consistent spacing
Sometimes we use a blank line between heading and paragraph, sometimes we don't. Settle on the former. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3122>
This commit is contained in:
parent
0b1dab120f
commit
77e3ea3451
2 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Toolbox tools
|
||||
|
||||
[Toolbox][toolbox] is a container tool for Linux, which allows the use of
|
||||
interactive command line environments for development, without having to
|
||||
install software on the host.
|
||||
|
|
@ -22,6 +23,7 @@ and running gnome-shell from within the app.
|
|||
For other options, run the script with `--help`.
|
||||
|
||||
## meson-build.sh
|
||||
|
||||
Build and install a meson project in a toolbox.
|
||||
|
||||
gnome-shell uses the [meson] build system, and doesn't require any build
|
||||
|
|
@ -32,6 +34,7 @@ the project.
|
|||
Run the script with `--help` to see available options.
|
||||
|
||||
## meson-test.sh
|
||||
|
||||
Run a meson project's test suite in a toolbox.
|
||||
|
||||
The script wraps meson's `test` command to make invoking it inside a
|
||||
|
|
@ -40,6 +43,7 @@ toolbox more convenient.
|
|||
Run the script with `--help` to see available options.
|
||||
|
||||
## run-gnome-shell.sh
|
||||
|
||||
Run gnome-shell from a toolbox.
|
||||
|
||||
The script can be used both from within a graphical session and from a TTY.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue