blob: 850b7ecc6691d5d4aca89239473f3041ff0e5419 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>
|