Kouhei Sutou
null+****@clear*****
Tue Mar 10 15:13:26 JST 2015
Kouhei Sutou 2015-03-10 15:13:26 +0900 (Tue, 10 Mar 2015) New Revision: 9afe6bd626b04ce2bc446790dc76c8a61b0e8e08 https://github.com/mroonga/homebrew-mroonga/commit/9afe6bd626b04ce2bc446790dc76c8a61b0e8e08 Message: Improve message order Modified files: mroonga.rb Modified: mroonga.rb (+6 -6) =================================================================== --- mroonga.rb 2015-03-10 15:12:49 +0900 (f5f85e9) +++ mroonga.rb 2015-03-10 15:13:26 +0900 (5c6e9b4) @@ -70,12 +70,6 @@ class Mroonga < Formula def caveats <<-EOS.undent - To install Mroonga plugin, run the following command: - mysql -uroot < '#{install_sql_path}' - - To uninstall Mroonga plugin, run the following command: - mysql -uroot < '#{uninstall_sql_path}' - To confirm successfuly installed, run the following command and confirm that 'Mroonga' is in the list: @@ -87,6 +81,12 @@ class Mroonga < Formula | Mroonga | ACTIVE | STORAGE ENGINE | ha_mroonga.so | GPL | +---------+--------+----------------+---------------+---------+ XX rows in set (0.00 sec) + + To install Mroonga plugin manually, run the following command: + mysql -uroot < '#{install_sql_path}' + + To uninstall Mroonga plugin, run the following command: + mysql -uroot < '#{uninstall_sql_path}' EOS end -------------- next part -------------- HTML����������������������������... Download