]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html
next batch of XHTML validation fixes. somebody really hates markup languages here...
[ardour-manual] / _manual / 04_ardours-interface / 01_starting-ardour / 01_starting-ardour-from-the-command-line.html
index 8f1f914257a6bab21a193347ca113570ecafb591..023f348cffceeda6d45c6e9b225dd9611d62b960 100644 (file)
@@ -5,21 +5,15 @@ title: Starting Ardour From the Command Line
 
 
   
-  <h2>Starting Ardour on the command line (Linux)</h2>
-<p>Like (almost) any other program on Linux, Ardour can be started on the command line.</p>
-<ul>
-<li>type the following command in a terminal window<br><pre>ardour3</pre>
-</li>
-<li>to start Ardour with an existing session, type the following command in a terminal window<br><pre>ardour3 /path/to/session</pre>
-<p>replacing /path/to/session with the actual path to your session. You can specify either the session folder or any session file inside the folder (including snapshots).</p>
-</li>
-<li>to start Ardour with a new, named session, type the following command in a terminal window<br><pre>ardour3 -N /path/to/new/session</pre>
-<p>replacing /path/to/new/session with the name of the folder where you want the session stored.
+<h2>Starting Ardour on the command line (Linux)</h2>
+<p>Like (almost) any other program on Linux, Ardour can be started on the command line.
+Type the following command in a terminal window:
 </p>
-</li>
-</ul>
+<code>ardour3</code>
+<p>To start Ardour with an existing session:</p>
+<code>ardour3 /path/to/session</code>
+<p>replacing /path/to/session with the actual path to your session. You can specify either the session folder or any session file inside the folder (including snapshots).</p>
+<p>To start Ardour with a new, named session:</p>
+<code>ardour3 -N /path/to/new/session</code>
+
 <h3>Other Command Line Options</h3>
-<dl>
-<dt></dt>
-<dd></dd>
-</dl>