Navigation Menu

Skip to content

Commit

Permalink
doc: use "yum makecache" instead of "yum update" for updating package…
Browse files Browse the repository at this point in the history
… info
  • Loading branch information
kou committed Jun 9, 2012
1 parent ceae41e commit 7337057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/install.rst
Expand Up @@ -193,7 +193,7 @@ Remove existing MySQL packages ::
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 MySQL-server
% sudo service mysql start
% sudo yum install -y mysql-mroonga
Expand Down Expand Up @@ -231,7 +231,7 @@ Fedora 16
Install ::

% sudo rpm -ivh http://packages.groonga.org/fedora/groonga-release-1.1.0-0.noarch.rpm
% sudo yum update
% sudo yum makecache
% sudo yum install -y mysql-mroonga

If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a tokenizer. please install groonga-tokenizer-mecab package.
Expand Down

0 comments on commit 7337057

Please sign in to comment.