Commit 7985a4b1 authored by Dick Hollenbeck's avatar Dick Hollenbeck

From kicad-install.sh, issue instructional aid on setting KIGITHUB if not already set.

parent 879a6225
......@@ -230,6 +230,12 @@ install_or_update()
echo
echo 'All KiCad "--install-or-update" steps completed, you are up to date.'
if [ -z "${KIGITHUB}" ]; then
echo "Please set an environment variable by adding:"
echo "export KIGITHUB=https://github.com/KiCad"
echo "to your ~/.bashrc file. Then reboot."
fi
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment