[Groonga-commit] groonga/groonga [master] doc: use "yum makecache" instead of "yum update" for updating package info

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 9日 (土) 12:40:10 JST


Kouhei Sutou	2012-06-09 12:40:10 +0900 (Sat, 09 Jun 2012)

  New Revision: 9807ad557624f35f3fdc9c223638e3ba2a6ba0d4

  Log:
    doc: use "yum makecache" instead of "yum update" for updating package info

  Modified files:
    doc/source/install/centos.txt

  Modified: doc/source/install/centos.txt (+2 -2)
===================================================================
--- doc/source/install/centos.txt    2012-06-08 16:39:06 +0900 (774cffd)
+++ doc/source/install/centos.txt    2012-06-09 12:40:10 +0900 (79badc4)
@@ -20,7 +20,7 @@ CentOS 5
 Install::
 
   % sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-0.noarch.rpm
-  % sudo yum update
+  % sudo yum makecache
   % sudo yum install -y groonga
 
 If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
@@ -68,7 +68,7 @@ CentOS 6
 Install::
 
   % sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-0.noarch.rpm
-  % sudo yum update
+  % sudo yum makecache
   % sudo yum install -y groonga
 
 If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a




Groonga-commit メーリングリストの案内
Back to archive index