Shorten usage section
All checks were successful
continuous-integration/laminar-elessar Build 38 succeeded in 57 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 38 succeeded in 57 seconds .
This commit is contained in:
parent
4fbc2f9a53
commit
19141831cc
1 changed files with 4 additions and 4 deletions
|
@ -205,10 +205,10 @@
|
||||||
<article>
|
<article>
|
||||||
<h2>Usage</h2>
|
<h2>Usage</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The Linux terminal is very similar to the Windows command prompt</li>
|
<li>The Linux terminal is similar to the Windows command prompt</li>
|
||||||
<li>If you've got some C♯ code in a <em>Visual Studio</em> solution already, download that now</li>
|
<li>Download a <em>Visual Studio</em> now if possible</li>
|
||||||
<li>Otherwise, use a text editor to write a quick program</li>
|
<li>Use a text editor to write a quick program otherwise</li>
|
||||||
<li>On Linux, we can use <code>csc</code> and <code>msbuild</code> just like we do on Windows</li>
|
<li>We can use <code>csc</code> and <code>msbuild</code> to compile just like we do on Windows</li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
|
|
Loading…
Reference in a new issue