Navigation Menu

Skip to content

Commit

Permalink
doc: use apt-get instead of aptitude
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jun 29, 2012
1 parent 36c4fc7 commit 0253c8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/install.rst
Expand Up @@ -40,10 +40,10 @@ Debian GNU/Linux wheezy

Install ::

% sudo aptitude update
% sudo aptitude -V -D -y --allow-untrusted install groonga-keyring
% sudo aptitude update
% sudo aptitude -V -D -y install mysql-server-mroonga
% sudo apt-get update
% sudo apt-get -y --allow-unauthenticated install groonga-keyring
% sudo apt-get update
% sudo apt-get -y install mysql-server-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 0253c8c

Please sign in to comment.