Skip to content

Commit dee07a1

Browse files
committed
Fixed formting
1 parent de88b0c commit dee07a1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#Open Digital Voice software for Amateur Radio
1+
# Open Digital Voice software for Amateur Radio
22
based on Jonathan Naylor's (G4KLX) "ircDDBGateway" and "PCRepeaterController" for D-Star
33

4-
##How-To and Documenation
4+
## How-To and Documenation
55
See the orginal documentation https://github.com/dl5di/OpenDV/tree/master/Documentation
66

77
Updated documentation is additionally here https://github.com/dl5di/OpenDV/wiki
88

9-
##How-to Build Code
9+
## How-to Build Code
1010
If you prefer to build debian packages see below.
1111
OpenDV project is build with WX3 Widgets.
1212
Install prerequisites :
@@ -26,36 +26,36 @@ Specific to DStarRepeater and DummyRepeater
2626
--with-stardv flag to compile the Star*DV adapter in the STARDV directory
2727
--with-ambeserver flag that compiles AMBEserver in the DV3000 directory.
2828

29-
##Build installable debian packages
29+
## Build installable debian packages
3030
cd ~
3131
git clone https://github.com/dl5di/OpenDV.git
32-
###ircDDBGateway
32+
### ircDDBGateway
3333
cd ~/OpenDV/ircDDBGateway
3434
dpkg-buildpackage -b -uc -j2
3535

36-
###dstarrepeater
36+
### dstarrepeater
3737
cd ~/OpenDV/DStarRepeater
3838
dpkg-buildpackage -b -uc -j2
3939

40-
##Install packages
40+
## Install packages
4141
cd ~/OpenDV/
4242
sudo dpkg -i opendv-base*.deb
4343
sudo dpkg -i ircddbgateway*.deb
4444
sudo dpkg -i dstarrepeater*.deb
4545

46-
##Enable daemons
46+
## Enable daemons
4747
sudo systemctl enable ircddbgatewayd
4848
sudo systemctl enable dstarrepeaterd@1
4949
If you have more than one repeater
5050
sudo systemctl enable dstarrepeaterd@1
5151

52-
##Configuration and log files location
53-
###Configuration files
52+
## Configuration and log files location
53+
### Configuration files
5454
/etc/opendv/
55-
###Log files
55+
### Log files
5656
/var/log/opendv/
5757

58-
##Support
58+
## Support
5959

6060
Pre-compiled binary files are located in the Yahoo! groups including Windows binary files.
6161

0 commit comments

Comments
 (0)