diff --git a/README.md b/README.md index 1b5af11..245ffd9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Getting Started * Ubuntu * You'll need [Mono](http://www.go-mono.com/mono-downloads/download.html) to build the code, but this comes pre-installed on Ubuntu 12.04 and later (yay!) - * Get the windows forms lib: sudo apt-get install libmono-winforms2.0-cil + * Install xbuild sudo apt-get install mono-xbuild + * Install gmcs sudo apt-get install mono-gmcs + * Install winforms sudo apt-get install libmono-winforms2.0-cil * Build: xbuild CNC_Machine.sln * Run: mono GUI/bin/Debug/PathCAM.exe * Windows