# HG changeset patch # User Daniel Blakemore # Date 1426612154 21600 # Node ID 718e09837d7bed9d19d0e6eb6696307fc9112f9d # Parent 0eee433d0084a6f219cb3cf6ec128902dfc13e2f should probably read the github flavored markdown docs before posting massive amounts of markdown diff -r 0eee433d0084 -r 718e09837d7b README.md --- a/README.md Tue Mar 17 11:02:47 2015 -0600 +++ b/README.md Tue Mar 17 11:09:14 2015 -0600 @@ -21,7 +21,7 @@ * Live Preview: change an indenter parameter and directly see how your formatted code will look like. * Support for nearly any existing indenter possible. Currently supported are: -->![UiGUI Screenshot](doc/images/screenshot8.jpg)<- +![UiGUI Screenshot](doc/images/screenshot8.jpg) * [Artistic Styler](http://astyle.sourceforge.net/) * [BCPP](http://invisible-island.net/bcpp/) @@ -57,7 +57,7 @@ By the above named indenters currently supported programming languages: -->![UiGUI Screenshot](doc/images/screenshot6.jpg)<- +![UiGUI Screenshot](doc/images/screenshot6.jpg) * C, C++ * C# @@ -134,7 +134,8 @@ 2. Download, unpack, compile and install [QScintilla](http://www.riverbankcomputing.com/software/qscintilla/download) >= 2.2. -3. Checkout UiGUI: svn co https://universalindent.svn.sourceforge.net/svnroot/universalindent/trunk universalindentgui +3. Checkout UiGUI: git clone git@github.com:danblakemore/universal-indent-gui.git + ~~svn co https://universalindent.svn.sourceforge.net/svnroot/universalindent/trunk universalindentgui~~ 4. In the checked out directory run "qmake UniversalIndentGUI.pro". 5. Run "make release". 6. Install it @@ -187,7 +188,7 @@ Here I'd like to say "thank you" to all those guys, who helped me improving UiGUI. May it be doing some translations, creating packages for Linux, letting me know about bugs or ways to improve or just saying that they found my application helpful and that they like it. So: -->**Thank you all out there!!**<- +**Thank you all out there!!** ### Disclaimer