From 7a0b1656c735ea634a7e27cb6f73254cc4411a91 Mon Sep 17 00:00:00 2001 From: Peter Weinberg Date: Mon, 26 Jun 2023 21:25:33 -0400 Subject: docs: add troubleshooting section to installation page (#3389) * docs: add troubleshooting section to installation page * Add note for unzip * Update msg in install.sh --------- Co-authored-by: Colin McDonnell --- src/cli/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli/install.sh') diff --git a/src/cli/install.sh b/src/cli/install.sh index ffb70b6cb..782e8592e 100644 --- a/src/cli/install.sh +++ b/src/cli/install.sh @@ -50,7 +50,7 @@ success() { } command -v unzip >/dev/null || - error 'unzip is required to install bun (see: https://bun.sh/docs/installation)' + error 'unzip is required to install bun' if [[ $# -gt 2 ]]; then error 'Too many arguments, only 2 are allowed. The first can be a specific tag of bun to install. (e.g. "bun-v0.1.4") The second can be a build variant of bun to install. (e.g. "debug-info")' -- cgit v1.2.3