cosmo0920
null+****@clear*****
Sun Aug 31 21:33:14 JST 2014
cosmo0920 2014-08-31 21:33:14 +0900 (Sun, 31 Aug 2014) New Revision: 1cde227a9a0345fb0418d9ad37dba0ddc8c19e43 https://github.com/mroonga/homebrew-mroonga/commit/1cde227a9a0345fb0418d9ad37dba0ddc8c19e43 Message: README: use brew tap OSX homebrew users can install Mroonga with Homebrew Formula following command: % brew tap mroonga/mroonga % brew install mroonga [and some options] Modified files: README.md Modified: README.md (+6 -3) =================================================================== --- README.md 2014-08-30 20:33:11 +0900 (bf6482a) +++ README.md 2014-08-31 21:33:14 +0900 (788896f) @@ -3,11 +3,13 @@ The Homebrew formula for mroonga Type the following command to install mroonga by Homebrew: - % brew install https://raw.github.com/mroonga/homebrew/master/mroonga.rb --use-homebrew-mysql + % brew tap mroonga/mroonga + % brew install mroonga --use-homebrew-mysql With MariaDB: - % brew install https://raw.github.com/mroonga/homebrew/master/mroonga.rb --use-homebrew-mariadb + % brew tap mroonga/mroonga + % brew install mroonga --use-homebrew-mariadb If you want to use this formula with MySQL built by yourself instead of MySQL installed by Homebrew: @@ -22,4 +24,5 @@ If you want to use this formula with MySQL built by yourself instead of MySQL in % scripts/mysql_install_db % bin/mysqld_safe & % cd - - % PATH="$HOME/local/mysql-5.5.24/bin:$PATH" brew install https://raw.github.com/mroonga/homebrew/master/mroonga.rb --with-mysql-source=$(pwd) + % brew tap mroonga/mroonga + % PATH="$HOME/local/mysql-5.5.24/bin:$PATH" brew install mroonga --with-mysql-source=$(pwd) -------------- next part -------------- HTML����������������������������... 下载