From 8ec948b5e5a0407bf3993c8d6e823f1d9bdec6c5 Mon Sep 17 00:00:00 2001 From: Noel Kwan <47273164+kwannoel@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:51:46 +0800 Subject: [PATCH] Update scripts/install/install-risingwave.sh Co-authored-by: Bugen Zhao --- scripts/install/install-risingwave.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/install-risingwave.sh b/scripts/install/install-risingwave.sh index 5cc97aed2e719..7547f574ebe4c 100755 --- a/scripts/install/install-risingwave.sh +++ b/scripts/install/install-risingwave.sh @@ -17,7 +17,7 @@ else echo echo "Unsupported OS or Architecture: ${OS}-${ARCH}" echo - echo "Supported OSes: Linux" + echo "Supported OSes: Linux, macOS" echo "Supported architectures: x86_64" echo echo "Please open an issue at ,"