Skip to content

Commit a296e88

Browse files
committed
formatting
1 parent 8093754 commit a296e88

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ tested with:
1111
## installation
1212
1) Install Raspberry Pi OS 13
1313
2) install sox (audio) `sudo apt install sox
14-
3) blacklist the hdmi drivers `sudo vim /etc/boot/firmware/config.txt` comment the following lines: ```
14+
3) blacklist the hdmi drivers `sudo vim /etc/boot/firmware/config.txt` comment the following lines:
15+
```
1516
# Enable DRM VC4 V3D driver
1617
#dtoverlay=vc4-kms-v3d
1718
#max_framebuffers=2
1819
```
1920
4) blacklist the headphone driver `sudo vim /etc/modprobe.d/blacklist-alsa.conf` and add the line `blacklist snd_bcm2835`
2021
5) reboot
21-
1) clone the repository into ~/src/
22-
2) install Python 3.11 & pipenv `sudo apt install pipenv`
23-
3) cd to ~/src/pyrepeater/pyrepeater/
24-
4) run `pipenv install`
22+
6) clone the repository into ~/src/
23+
7) install Python 3.11 & pipenv `sudo apt install pipenv`
24+
8) cd to ~/src/pyrepeater/pyrepeater/
25+
9) run `pipenv install`
2526

2627
## configuration
2728
1) replace the files in the "sounds" directory with wav files crafted for your repeater.

0 commit comments

Comments
 (0)