From be5b7b2e706bb5d58c877d6369f69e4855dc256b Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 10 Jul 2024 12:08:54 -0600 Subject: [PATCH] Reduce the need to read the shell script to figure out what's going on (#14077) Release Notes: - N/A --- script/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/install.sh b/script/install.sh index 2055f155f8..156f373f26 100755 --- a/script/install.sh +++ b/script/install.sh @@ -1,6 +1,10 @@ #!/usr/bin/env sh set -eu +# Downloads the latest tarball from https://zed.dev/releases and unpacks it +# into ~/.local/. If you'd prefer to do this manually, instructions are at +# https://zed.dev/docs/linux. + main() { platform="$(uname -s)" arch="$(uname -m)"