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: