We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a592c03 commit 03ddde9Copy full SHA for 03ddde9
index.html
@@ -94,15 +94,18 @@ <h1 class="tbar"><small>the</small> Hg-Git <small>mercurial plugin</small></h1>
94
95
<div class='section'>
96
<div class="title">Installing</div>
97
- <h3>The easy way (presently broken for hg 1.8 and later):</h3>
+ <h3>The easy way:</h3>
98
<p>
99
Run <code>easy_install hg-git</code>, then add make sure the
100
following is in your <code>~/.hgrc</code>:
101
</p>
102
<pre>[extensions]
103
hgext.bookmarks =
104
hggit = </pre>
105
- <p>...and that's it!</p>
+ <p>
106
+ ...and that's it! Note that this requires having working C
107
+ compilers on your system.
108
+ </p>
109
110
<h3>The more involved way</h3>
111
0 commit comments