diff options
author | Xiaotian Wu <[email protected]> | 2023-01-05 11:26:19 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-04-15 19:41:34 +0200 |
commit | 8896efde4a927e6e2f8f7ab5ae612769aa04337d (patch) | |
tree | 44b09923a0a42b1802bf818152d1b0fbeb5471b7 /help/C/mate-terminal-to-start.page | |
parent | e617baa8346856e11df5073dcc8fbf4cf8c29aa8 (diff) | |
download | mate-terminal-8896efde4a927e6e2f8f7ab5ae612769aa04337d.tar.bz2 mate-terminal-8896efde4a927e6e2f8f7ab5ae612769aa04337d.tar.xz |
convert docbook to mallard help docs
Diffstat (limited to 'help/C/mate-terminal-to-start.page')
-rw-r--r-- | help/C/mate-terminal-to-start.page | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/help/C/mate-terminal-to-start.page b/help/C/mate-terminal-to-start.page new file mode 100644 index 0000000..850b7ec --- /dev/null +++ b/help/C/mate-terminal-to-start.page @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<page xmlns="http://projectmallard.org/1.0/" id="mate-terminal-to-start" type="topic"> + <info> + <link type="guide" xref="index#get-started"/> + <link type="next" xref="mate-terminal-first-start"/> + </info> + <title>Starting MATE Terminal</title> + <p> + You can start <app>MATE Terminal</app> in the following ways: + </p> + <terms style="variablelist"> + <item> + <title><gui style="guimenu">Applications</gui> menu</title> + <p> + Choose <guiseq><gui style="guimenu">Accessories</gui><gui style="guimenuitem">Terminal</gui></guiseq>.</p> + </item> + <item> + <title>Command line</title> + <p> + Execute the following command: <cmd>mate-terminal</cmd> + </p> + <p> + You can use command line options to modify the way in which you run <app>MATE Terminal</app>. To view the command line options, execute the following command: <cmd>mate-terminal --help</cmd> + </p> + </item> + </terms> +</page> |