From d8c67b7f457fa344b7fccb0bd9964c988333a042 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 14 Aug 2020 08:33:20 +0200 Subject: [PATCH] Clarify --- autogen.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 62d76cff..09ebf6d8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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