Update README.md

This commit is contained in:
David Honess 2019-01-29 14:46:42 +01:00 committed by GitHub
parent d041983eb4
commit a427141ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,10 +199,11 @@ Here's an MP3 test file you can [download](https://raw.githubusercontent.com/dav
- Click `Unspecified` in the top right to set your location
- On the home page, under *Satellites* click `ISS`
- Under *Passes to include* click `all`
1. **OPTIONAL:** Before you leave your ground station overnight. Run these commands to increase the process priority for the main three programs we're using in this setup.
1. **OPTIONAL:** Before you leave your ground station overnight. Run these commands to increase the process priority for the main four programs we're using in this setup.
- Start > Accessories > Terminal
```
sudo renice -1 $(pgrep rtl_fm)
sudo renice -1 $(pgrep play)
sudo renice -1 $(pgrep qsstv)
sudo renice -1 $(pgrep doppler)
```