Skip to content

Commit

Permalink
Merge pull request #442 from cockroachdb/bash-requirement
Browse files Browse the repository at this point in the history
add bash as install requirement
  • Loading branch information
jseldess authored Jul 8, 2016
2 parents a95f3da + 25f010e commit 5862248
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions install-cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ $(document).ready(function(){
<p>A <a href="http://golang.org/doc/code.html">Go environment</a> with a 64-bit version of Go 1.6.2. You can download the <a href="https://golang.org/dl/">Go binary</a> directly from the official site. Be sure to set the <code class="highlighter-rouge">$GOPATH</code> and <code class="highlighter-rouge">$PATH</code> environment variables as described <a href="https://golang.org/doc/code.html#GOPATH">here</a>.</p>
</li>
<li>
<p>Git 1.8+.</p>
<p>Git 1.8+</p>
</li>
<li>
<p><a href="https://www.gnu.org/software/bash/">Bash</a></p>
</li>
</ul>
<p>Note that at least 2GB of RAM is required to build from source. If you plan to run our test suite as well, you'll need closer to 4GB of RAM.</p>
Expand Down Expand Up @@ -318,7 +321,10 @@ $(document).ready(function(){
<p>A <a href="http://golang.org/doc/code.html">Go environment</a> with a 64-bit version of Go 1.6.2. You can download the <a href="https://golang.org/dl/">Go binary</a> directly from the official site. Be sure to set the <code class="highlighter-rouge">$GOPATH</code> and <code class="highlighter-rouge">$PATH</code> environment variables as described <a href="https://golang.org/doc/code.html#GOPATH">here</a>.</p>
</li>
<li>
<p>Git 1.8+.</p>
<p>Git 1.8+</p>
</li>
<li>
<p><a href="https://www.gnu.org/software/bash/">Bash</a></p>
</li>
</ul>
<p>Note that at least 2GB of RAM is required to build from source. If you plan to run our test suite as well, you'll need closer to 4GB of RAM.</p>
Expand Down

0 comments on commit 5862248

Please sign in to comment.