File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,24 @@ ifndef::backend-manpage[]
44
44
45
45
== How to install *bash_unit*
46
46
47
- This will install *bash_unit* in your current working directory:
48
-
49
- bash <(curl -s https://raw.githubusercontent.com/pgrange/bash_unit/master/install.sh)
47
+ === installing on Debian/Ubuntu
50
48
51
- You can also download it from the https://github.com/pgrange/bash_unit /releases[release page ].
49
+ *bash_unit* deb package is available in the https://github.com/pgrange/bash-unit_deb /releases[bash-unit_deb repo ].
52
50
53
51
=== installing on Archlinux
54
52
55
53
*bash_unit* package is available on Archlinux through AUR. In order to install, issue the following command :
56
54
57
55
yaourt -Sys bash_unit
58
56
57
+ === other installation
58
+
59
+ This will install *bash_unit* in your current working directory:
60
+
61
+ bash <(curl -s https://raw.githubusercontent.com/pgrange/bash_unit/master/install.sh)
62
+
63
+ You can also download it from the https://github.com/pgrange/bash_unit/releases[release page].
64
+
59
65
endif::[]
60
66
61
67
== How to run tests
You can’t perform that action at this time.
0 commit comments