Skip to content

Commit 1b2b380

Browse files
committed
Add an option to download manually.
1 parent 144b9eb commit 1b2b380

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4043
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)