File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ before continuing reading this documentation.
1313<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1414** Contents**
1515
16+ - [ How to install bash_unit] ( #How-to-install-bash_unit )
1617- [ How to run tests] ( #how-to-run-tests )
1718- [ How to write tests] ( #how-to-write-tests )
1819- [ Test functions] ( #test-functions )
@@ -29,12 +30,14 @@ before continuing reading this documentation.
2930
3031<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3132
32- # Install
33+ # How to install bash_unit
3334
34- Simply download and run install.sh on your computer :
35+ This will install bash_unit in your current working directory :
3536
3637 bash <(curl -s https://raw.githubusercontent.com/pgrange/bash_unit/master/install.sh)
3738
39+ You can also download it from the [ release page] ( https://github.com/pgrange/bash_unit/releases ) .
40+
3841# How to run tests
3942
4043To run tests, simply call bash_unit with all your tests files as parameter. For instance to run bash_unit tests, from bash_unit directory:
You can’t perform that action at this time.
0 commit comments