Skip to content

Commit 0ba75de

Browse files
author
Kamran
committed
updated documentation
1 parent a474d50 commit 0ba75de

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,19 @@ Tested on **Raspberry Pi Zero** (Raspbian LITE) using **Amazon Echo Dot** as a b
1111
Run the following commands to install prerequisites and clone project source.
1212

1313
```shell
14-
sudo apt install bluealsa
14+
sudo apt install bluealsa pulseaudio-module-bluetooth
1515
sudo apt install python python-pip
1616
pip install configparser
1717

18+
pulseaudio --start
19+
1820
git clone https://github.com/kamranzafar/piprayer.git
1921
```
2022

2123
You could also download the latest piprayer release instead of cloning the repository.
2224

2325
```shell
24-
wget -qO- https://github.com/kamranzafar/piprayer/archive/v0.3.tar.gz | tar -xzf -
26+
wget -qO- https://github.com/kamranzafar/piprayer/archive/v0.4.tar.gz | tar -xzf -
2527
```
2628

2729
### Configure Default Bluetooth Device

0 commit comments

Comments
 (0)