Skip to content

Commit 5a0b0b5

Browse files
committed
Add installation instructions for Debian
1 parent 183799d commit 5a0b0b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,14 @@ ifndef::backend-manpage[]
4646

4747
=== installing on Debian/Ubuntu
4848

49-
*bash_unit* deb package is available in the https://github.com/pgrange/bash-unit_deb/releases[bash-unit_deb repo].
49+
*bash_unit* deb package is available in the https://github.com/pgrange/bash-unit_deb/releases[bash-unit_deb repo]. You may install it with the following commands:
50+
51+
```bash
52+
curl https://pgrange.github.io/bash-unit_deb/keys.asc | sudo apt-key add -
53+
echo deb https://pgrange.github.io/bash-unit_deb/debian/ unstable/ | sudo tee -a /etc/apt/sources.list.d/bash-unit.list
54+
sudo apt update
55+
sudo apt install bash-unit
56+
```
5057

5158
=== installing on Archlinux
5259

0 commit comments

Comments
 (0)