[BUG] Explain how to install predict and set the conf files.
stdevPavelmc opened this issue · 2 comments
stdevPavelmc commented
See references:
Explain better the installation of predict on the README.
Murzim2 commented
As Predict didn't appear to complete the install properly this is what I did.
mkdir ~/.predict
cd ~/.predict
wget https://raw.githubusercontent.com/kd2bd/predict/master/default/predict.db
wget https://raw.githubusercontent.com/kd2bd/predict/master/default/predict.tle
wget https://raw.githubusercontent.com/kd2bd/predict/master/default/predict.qth
Then predict runs correctly
stdevPavelmc commented
As Predict didn't appear to complete the install properly this is what I did.
That as root, right?