Skip to content

Commit ec534fa

Browse files
add documentation for install script
1 parent f33e636 commit ec534fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ before continuing reading this documentation.
2929

3030
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3131

32+
# Install
33+
34+
Simply download and run install.sh on your computer :
35+
36+
bash <(curl -s https://raw.githubusercontent.com/guillaumevincent/bash_unit/master/install.sh)
37+
3238
# How to run tests
3339

3440
To run tests, simply call bash_unit with all your tests files as parameter. For instance to run bash_unit tests, from bash_unit directory:

0 commit comments

Comments
 (0)