euromark 11 年 前
コミット
a402e752a9
1 ファイル変更3 行追加3 行削除
  1. 3 3
      docs/README.md

+ 3 - 3
docs/README.md

@@ -91,9 +91,9 @@ class AppController extends Controller {
 ## Testing
 You can test using a local installation of phpunit or the phar version of it:
 
-	cd Plugin/Tools
-	composer update
-	phpunit
+	cd plugins/Tools
+	composer update // or: php composer.phar update
+	phpunit // or: php phpunit.phar
 
 To test a specific file: