diff --git a/README.md b/README.md index 8e13bd0..e4998f6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Platypush CI -Continuous integration scripts for Platypush. \ No newline at end of file +Continuous integration scripts for Platypush. + +## Usage + +To run the test suite on the latest master branch: + +```shell +./bin/run_ci_tests.sh +``` +