diff --git a/static/index.html b/static/index.html index 91ea98e..d0b37e0 100644 --- a/static/index.html +++ b/static/index.html @@ -8,8 +8,18 @@ h1 { margin: 0 0 30px 0; background: url(logo.png) no-repeat center; height: 165px; } h1 span, p.tagline { display: none; } - - + + +
To install the legit command:
$ brew install legit
+
+$ pip install legit
+$ brew install legit
+To enable the git aliases:
$ legit install
diff --git a/static/style.css b/static/style.css
index 21220bb..495883c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -222,3 +222,11 @@ input.openid { background: url(openid.png) no-repeat 4px center;
.vg { color: #000000 } /* Name.Variable.Global */
.vi { color: #000000 } /* Name.Variable.Instance */
.il { color: #990000 } /* Literal.Number.Integer.Long */
+
+.install {
+ display: none;
+}
+
+.install.default {
+ display: block;
+}