Reorder mono usage sections
continuous-integration/laminar-elessar Build 40 succeeded in 24 seconds . Details

This commit is contained in:
Starbeamrainbowlabs 2019-03-31 12:50:57 +01:00
parent 726fe3bfcd
commit 6c81bee239
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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>