diff --git a/index.html b/index.html
index 7bd8680..095fe6c 100644
--- a/index.html
+++ b/index.html
@@ -172,6 +172,7 @@
+
Let's Compile some C♯!
@@ -204,6 +205,7 @@
Usage
+ - The Linux terminal is very similar to the Windows command prompt
- If you've got some C♯ code in a Visual Studio solution already, download that now
- Otherwise, use a text editor to write a quick program
- On Linux, we can use
csc
and msbuild
just like we do on Windows
@@ -211,6 +213,33 @@
Usage (cont.)
+
+ csc MyFile.cs
+ msbuild
+
+
+
+
+
+
+
+ Monodevelop
+
+
+ What's Monodevelop?
+
+ - Writing C♯ code in a text editor is old-school
+ - Like Visual Studio, but on Linux
+ - Actually the base of Visual Studio for Mac
+
+
+
+ Installing
+