Update README.creole
[clinton/Smoothieware.git] / README.creole
index bff939f..a459b63 100644 (file)
@@ -1,3 +1,5 @@
+Current build status: [[https://travis-ci.org/Smoothieware/Smoothieware.svg?branch=edge]]
+
 ==Overview
 Smoothie is a free, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++ for the LPC17xx micro-controller ( ARM Cortex M3 architecture ). It will run on a mBed, a LPCXpresso, a SmoothieBoard, R2C2 or any other LPC17xx-based board. The motion control part is a port of the awesome grbl.
 
@@ -14,16 +16,6 @@ These are the quick steps to get Smoothie dependencies installed on your compute
 ** Linux: linux_install
 * You can then run the BuildShell script which will be created during the install to properly configure the PATH environment variable to point to the required version of GCC for ARM which was just installed on your machine.  You may want to edit this script to further customize your development environment.
 
-=== Homebrew
-If you're a Mac OS X user who uses [[http://brew.sh/|Homebrew]] (and really, who doesn't?) you can skip the above steps and simply do
-
-{{{
-brew tap bfoz/embedded
-brew install --env=std gcc-arm-embbedded
-}}}
-
-After that finishes (it can take awhile) you'll be all set; no need to run mac_install or BuildShell. Enjoy!
-
 ==Building Smoothie
 From a shell, switch into the root Smoothie project directory and run:
 {{{