Navigation Menu

Skip to content

Commit

Permalink
doc install:fix quote
Browse files Browse the repository at this point in the history
  • Loading branch information
naoa committed Jul 8, 2014
1 parent a406afd commit 4f24eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/install.rst
Expand Up @@ -218,7 +218,7 @@ Install::
% sudo yum install -y mysql55-mysql-server
% sudo /etc/init.d/mysql55-mysqld start
% sudo yum install -y mysql55-mroonga
(% sudo scl enable mysql55 mysqladmin -u root password 'new-password')
(% sudo scl enable mysql55 "mysqladmin -u root password 'new-password'")

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

Expand Down

0 comments on commit 4f24eea

Please sign in to comment.