Skip to content

Commit 00a5da5

Browse files
authored
Tweak some newlines
1 parent 3a7cf5a commit 00a5da5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wsprdaemon (WD)
22

3-
A Debian/Raspberry Pi [WSPR](https://en.wikipedia.org/wiki/WSPR_(amateur_radio_software)) decoding and noise level graphing service
3+
A Debian/Raspberry Pi [WSPR](https://en.wikipedia.org/wiki/WSPR_(amateur_radio_software)) decoding and noise level graphing service
44

55
This is a large bash script which utilizes [kiwirecorder.py](https://github.com/jks-prv/kiwiclient) and other library and utility commands to record WSPR spots from one or more [Kiwis](http://kiwisdr.com), audio adapters and (for VHF/UHF) [RTL-SDRs](https://www.rtl-sdr.com/about-rtl-sdr/) and *reliably* post them to [wsprnet.org](http://wsprnet.org).
66

@@ -18,7 +18,7 @@ I recommend that you create a `wsprdaemon` user to install and run WD on your sy
1818

1919
Logged on as that user:
2020

21-
Dowload wsprdaemon.sh from this site
21+
Dowload `wsprdaemon.sh` from this site
2222

2323
```bash
2424
chmod +x wsprdaemon.sh
@@ -30,8 +30,7 @@ cd ~/wsprdaemon/
3030

3131
This first run of WD will install many, many utilities and libraries, and for some you will be prompted to agree to the insallation. Some/all of them will require `sudo` permission. I configure `wsprdaemon` as a member of the `sudoers` group and thus are never prompted for a password, but you experience may vary.
3232

33-
At then end of a sucessful installation, WD creates a prototype configuration file `~/wsprdaemon/wsprdaemon.conf`. You will
34-
need to edit that file to reflect your desired configuration.
33+
At then end of a sucessful installation, WD creates a prototype configuration file at `~/wsprdaemon/wsprdaemon.conf`. You will need to edit that file to reflect your desired configuration.
3534

3635
## Usage
3736

@@ -44,5 +43,4 @@ After installtion and configuration is completed, run:
4443
| `~/wsprdaemon/wsprdaemon.sh -s` | Display the status of the WD service |
4544
| `~/wsprdaemon/wsprdaemon.sh -h` | Help menu |
4645

47-
Since I have no QA department, installations, especially on non-Pi systems, may encounter problems which I have not seen.
48-
However WD has been running for months at many top spotting sites and I hope you find it useful, not frustrating.
46+
Since I have no QA department, installations, especially on non-Pi systems, may encounter problems which I have not seen. However WD has been running for months at many top spotting sites and I hope you find it useful, not frustrating.

0 commit comments

Comments
 (0)