Change list to table
This commit is contained in:
parent
24b984f0a1
commit
63b9d70bb8
1 changed files with 20 additions and 6 deletions
|
@ -102,12 +102,26 @@ This will install all of the build tools including <code>gcc</code>, <code>g++</
|
|||
|
||||
<p>A profile can be added to Windows Terminal with the following settings:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Name:</strong> <code>MSYS2 UCRT64</code></li>
|
||||
<li><strong>Command line:</strong> <code>%USERPROFILE%\opt\msys64\msys2_shell.cmd -defterm -here -no-start -ucrt64</code></li>
|
||||
<li><strong>Starting directory:</strong> <code>%USERPROFILE%\opt\msys64\home\%USERNAME%</code></li>
|
||||
<li><strong>Icon:</strong> <code>%USERPROFILE%\opt\msys64\ucrt64.ico</code></li>
|
||||
</ul>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Name:</td>
|
||||
<td><code>MSYS2 UCRT64</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Command line:</td>
|
||||
<td><code>%USERPROFILE%\opt\msys64\msys2_shell.cmd -defterm -here -no-start -ucrt64</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Starting directory:</td>
|
||||
<td><code>%USERPROFILE%\opt\msys64\home\%USERNAME%</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Icon:</td>
|
||||
<td><code>%USERPROFILE%\opt\msys64\ucrt64.ico</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>PuTTY</h2>
|
||||
|
|
Loading…
Reference in a new issue