Update index.html
Updated install instructions to use bundler.
This commit is contained in:
@@ -74,15 +74,15 @@
|
|||||||
|
|
||||||
<p><code>sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev</code></p>
|
<p><code>sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev</code></p>
|
||||||
|
|
||||||
<p><code>sudo gem install typhoeus nokogiri json</code></p>
|
<p><code>sudo gem install bundler && bundle install</code></p>
|
||||||
|
|
||||||
<p><em>Installing on other nix:</em> (not tested)</p>
|
<p><em>Installing on other nix:</em> (not tested)</p>
|
||||||
|
|
||||||
<p><code>sudo gem install typhoeus nokogiri json</code></p>
|
<p><code>sudo gem install bundler && bundle install/code></p>
|
||||||
|
|
||||||
<p><em>Installing on Mac OSX:</em></p>
|
<p><em>Installing on Mac OSX:</em></p>
|
||||||
|
|
||||||
<p><code>sudo gem install typhoeus nokogiri json</code></p>
|
<p><code>sudo gem install bundler && bundle install</code></p>
|
||||||
|
|
||||||
<h4>KNOWN ISSUES</h4>
|
<h4>KNOWN ISSUES</h4>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user