We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e917ab7 commit fa18730Copy full SHA for fa18730
1 file changed
install.sh
@@ -59,6 +59,7 @@ esac
59
60
if [ -z "${THE_ARCH_BIN}" ]; then
61
echo "❗ FrankenPHP is not supported on ${OS} and ${ARCH}"
62
+ echo "❗ You can attempt to compile from sources by following the documentation at: https://frankenphp.dev/docs/compile/"
63
exit 1
64
fi
65
0 commit comments