Update README.md

This commit is contained in:
2013-10-08 14:13:21 -04:00
parent 199d2f12a2
commit 79cca1128b

View File

@@ -7,6 +7,12 @@ shunit is a bash script for running tests scripts that are written with the shun
make install make install
... If you want to install it somewhere other than / (not recommended), you can use:
make PREFIX=/some/other/path install
... and it will install to /some/other/path/usr/...
... then run it with the name of a single bash test script or a whole directory of scripts: ... then run it with the name of a single bash test script or a whole directory of scripts:
shunit -t test_script.sh shunit -t test_script.sh