Navigation Menu

Skip to content

Commit

Permalink
doc: fix missing command line operation 'cd'
Browse files Browse the repository at this point in the history
[groonga-dev,01061]

Reported by Kazuhiro Isobe. Thanks!!!
  • Loading branch information
kenhys committed Oct 24, 2012
1 parent 0204412 commit 0048771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/install.rst
Expand Up @@ -274,7 +274,7 @@ To install the released version, download the tarball from `GitHub's download pa
To install the latest source code, clone the code from `GitHub <https://github.com/mroonga/mroonga/>`_ and invoke `./autogen.sh` (GNU Autotools are required). This way is aimed at skilled developpers. If not, we recommend using the tarball. ::

% git clone https://github.com/mroonga/mroonga.git
% mroonga
% cd mroonga
% ./autogen.sh

Requirements
Expand Down

0 comments on commit 0048771

Please sign in to comment.