stdevPavelmc/FAASGS

[BUG] Explain how to install predict and set the conf files.

stdevPavelmc opened this issue · 2 comments

See references:

Explain better the installation of predict on the README.

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

As Predict didn't appear to complete the install properly this is what I did.

That as root, right?