info for other OS (#242)

This commit is contained in:
Reto Kromer 2017-10-09 15:12:39 +02:00 committed by GitHub
parent 8c04a58949
commit 0f52cde91a

View File

@ -22,4 +22,6 @@ elif [[ "$(uname -s)" = "Linux" ]] ; then
ffmprovisr_path=$(find ~/.linuxbrew/Cellar/ffmprovisr -iname 'index.html' | sort -M | tail -n1) ffmprovisr_path=$(find ~/.linuxbrew/Cellar/ffmprovisr -iname 'index.html' | sort -M | tail -n1)
fi fi
xdg-open "${ffmprovisr_path}" xdg-open "${ffmprovisr_path}"
else
echo "Please locate the 'ffmprovisr' folder, and open the 'index.html' file in a browser."
fi fi