Reorder mono usage sections
All checks were successful
continuous-integration/laminar-elessar Build 40 succeeded in 24 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 40 succeeded in 24 seconds .
This commit is contained in:
parent
726fe3bfcd
commit
6c81bee239
1 changed files with 1 additions and 1 deletions
|
@ -208,12 +208,12 @@
|
|||
<li>The Linux terminal is similar to the Windows command prompt</li>
|
||||
<li>Download a <em>Visual Studio</em> solution now if possible</li>
|
||||
<li>Use a text editor to write a quick program otherwise</li>
|
||||
<li>We can use <code>csc</code> and <code>msbuild</code> to compile just like we do on Windows</li>
|
||||
</ul>
|
||||
</article>
|
||||
<article>
|
||||
<h2>Usage (cont.)</h2>
|
||||
<ul>
|
||||
<li>We can use <code>csc</code> and <code>msbuild</code> to compile just like we do on Windows</li>
|
||||
<li><code>csc MyFile.cs</code></li>
|
||||
<li><code>msbuild</code></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue