1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 01:55:02 -07:00
This commit is contained in:
Frank Denis 2020-08-14 08:33:20 +02:00
parent 547f5b1130
commit d8c67b7f45

View File

@ -46,7 +46,10 @@ if [ -s configure ]; then
exit 0
fi
elif [ "$dev_setup" != true ]; then
echo "A development environment was not created."
echo "If you are looking to install a stable version of libsodium,"
echo "please do not run arbitrary, undocumented commands."
echo
echo "Installation instructions are available at https://libsodium.org"
exit 0
fi