Shorten usage section
continuous-integration/laminar-elessar Build 38 succeeded in 57 seconds . Details

This commit is contained in:
Starbeamrainbowlabs 2019-03-31 12:48:33 +01:00
parent 4fbc2f9a53
commit 19141831cc
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 4 additions and 4 deletions

View File

@ -205,10 +205,10 @@
<article>
<h2>Usage</h2>
<ul>
<li>The Linux terminal is very similar to the Windows command prompt</li>
<li>If you've got some C&sharp; code in a <em>Visual Studio</em> solution already, download that now</li>
<li>Otherwise, use a text editor to write a quick program</li>
<li>On Linux, we can use <code>csc</code> and <code>msbuild</code> just like we do on Windows</li>
<li>The Linux terminal is similar to the Windows command prompt</li>
<li>Download a <em>Visual Studio</em> 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>