euromark 11 years ago
parent
commit
a402e752a9
1 changed files with 3 additions and 3 deletions
  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: