CONTRIBUTING.md in groupdate2-4.1.5 vs CONTRIBUTING.md in groupdate2-5.0.0
- old
+ new
@@ -55,10 +55,10 @@
brew install mysql
brew services start mysql
# create databases
createdb groupdate_test
-mysql -u root -e "create database groupdate_test"
+mysqladmin create groupdate_test
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
# clone the repo and run the tests
git clone https://github.com/ankane/groupdate.git
cd groupdate