[Groonga-commit] ranguba/ranguba.org at 18ad2e6 [gh-pages] Remove sudo from install command

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 5 14:15:12 JST 2014


Kouhei Sutou	2014-01-05 14:15:12 +0900 (Sun, 05 Jan 2014)

  New Revision: 18ad2e6d88039c94fc8012f756132f26fb4910b9
  https://github.com/ranguba/ranguba.org/commit/18ad2e6d88039c94fc8012f756132f26fb4910b9

  Message:
    Remove sudo from install command
    
    Because RVM and rbenv users will fail it with sudo.

  Modified files:
    index.html
    ja/index.html

  Modified: index.html (+6 -6)
===================================================================
--- index.html    2014-01-05 00:22:52 +0900 (dae4ddf)
+++ index.html    2014-01-05 14:15:12 +0900 (187463f)
@@ -68,7 +68,7 @@
         <p>
           You can install by RubyGems. If you don't have Groonga, it is downloaded and built automatically.
         </p>
-        <pre class="command">% sudo gem install rroonga</pre>
+        <pre class="command">% gem install rroonga</pre>
 
         <h3>Rroonga: Document</h3>
         <p>
@@ -106,7 +106,7 @@
         <p>
           You can install by RubyGems.
         </p>
-        <pre class="command">% sudo gem install activegroonga</pre>
+        <pre class="command">% gem install activegroonga</pre>
 
         <h3>ActiveGroonga: Document</h3>
         <p>
@@ -130,7 +130,7 @@
         <p>
           ActiveGroonaga FabricationもRubyGemsでインストールできます。
         </p>
-        <pre class="command">% sudo gem install activegroonga-fabrication</pre>
+        <pre class="command">% gem install activegroonga-fabrication</pre>
 
         <h3>ActiveGroonga Fabricationのドキュメント</h3>
         <p>
@@ -157,7 +157,7 @@
         <p>
           You can install by RubyGems.
         </p>
-        <pre class="command">% sudo gem install racknga</pre>
+        <pre class="command">% gem install racknga</pre>
 
         <h3>racknga: Document</h3>
         <p>
@@ -181,7 +181,7 @@
         <p>
           You can install by RubyGems.
         </p>
-        <pre class="command">% sudo gem install packnga</pre>
+        <pre class="command">% gem install packnga</pre>
 
         <h3>Packnga: Document</h3>
         <p>
@@ -205,7 +205,7 @@
         <p>
           You can install by RubyGems.
         </p>
-        <pre class="command">% sudo gem install chupa-text</pre>
+        <pre class="command">% gem install chupa-text</pre>
 
         <h3>ChupaText: Document</h3>
         <p>

  Modified: ja/index.html (+6 -6)
===================================================================
--- ja/index.html    2014-01-05 00:22:52 +0900 (3079c4e)
+++ ja/index.html    2014-01-05 14:15:12 +0900 (fc638c1)
@@ -68,7 +68,7 @@
         <p>
           RubyGemsでインストールできます。Groongaがインストールされていない場合は自動でダウンロード・ビルドし利用します。
         </p>
-        <pre class="command">% sudo gem install rroonga</pre>
+        <pre class="command">% gem install rroonga</pre>
 
         <h3>Rroongaのドキュメント</h3>
         <p>
@@ -107,7 +107,7 @@
         <p>
           ActiveGroonagaもRubyGemsでインストールできます。
         </p>
-        <pre class="command">% sudo gem install activegroonga</pre>
+        <pre class="command">% gem install activegroonga</pre>
 
         <h3>ActiveGroongaのドキュメント</h3>
         <p>
@@ -132,7 +132,7 @@
         <p>
           ActiveGroonaga FabricationもRubyGemsでインストールできます。
         </p>
-        <pre class="command">% sudo gem install activegroonga-fabrication</pre>
+        <pre class="command">% gem install activegroonga-fabrication</pre>
 
         <h3>ActiveGroonga Fabricationのドキュメント</h3>
         <p>
@@ -159,7 +159,7 @@
         <p>
           rackngaもRubyGemsでインストールできます。
         </p>
-        <pre class="command">% sudo gem install racknga</pre>
+        <pre class="command">% gem install racknga</pre>
 
         <h3>rackngaのドキュメント</h3>
         <p>
@@ -183,7 +183,7 @@
         <p>
           RubyGemsでインストールできます。
         </p>
-        <pre class="command">% sudo gem install packnga</pre>
+        <pre class="command">% gem install packnga</pre>
 
         <h3>Packngaのドキュメント</h3>
         <p>
@@ -207,7 +207,7 @@
         <p>
           RubyGemsでインストールできます。
         </p>
-        <pre class="command">% sudo gem install chupa-text</pre>
+        <pre class="command">% gem install chupa-text</pre>
 
         <h3>ChupaTextのドキュメント</h3>
         <p>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index