Skip to content

Commit ea2c2a0

Browse files
committed
Documentation
1 parent bf822e2 commit ea2c2a0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ Building Gitblit
3232
3. Select your gitblit project root and **Refresh** the project, this should correct all build problems.
3333
4. Using JUnit, execute the `com.gitblit.tests.GitBlitSuite` test suite.<br/>
3434
*This will clone some repositories from the web and run through the unit tests.*
35-
5. Execute the *com.gitblit.Launcher* class to start Gitblit.
35+
5. Execute the *com.gitblit.GitBlitServer* class to start Gitblit GO.
36+
37+
Building Tips & Tricks
38+
----------------------
39+
1. If you are running Ant from an ANSI-capable console, consider setting the `MX_COLOR` ennvironment variable before executing Ant.<pre>set MX_COLOR=true</pre>
40+
2. The build script will honor your Maven proxy settings. If you need to fine-tune this, please review the [settings.moxie](http://gitblit.github.io/moxie/settings.html) documentation.

0 commit comments

Comments
 (0)