diff --git a/script/install.sh b/script/install.sh index 2055f155f88c0bbd5b22093cfc9d6c2f9282460e..156f373f26244f0f646d6c1d9461688645ef3f9c 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)"