This commit is contained in:
Nick Bland
2021-11-07 00:07:45 +10:00
parent 33c5cf0adc
commit 88d2cfdd8e

View File

@@ -13,7 +13,7 @@ fi
if ! [ -x "$(command -v sqlx)" ]; then if ! [ -x "$(command -v sqlx)" ]; then
echo >&2 "Error: `sqlx` is not installed." echo >&2 "Error: `sqlx` is not installed."
echo >&2 "Use:" echo >&2 "Use:"
echo >&2 " sudo apt install build-essentials pkg-config openssl libssl-dev" echo >&2 " sudo apt install build-essential pkg-config openssl libssl-dev"
echo >&2 " cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres" echo >&2 " cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres"
echo >&2 "to install it." echo >&2 "to install it."
exit 1 exit 1