From 383e868af0c71335b3120ccaef1120e54a2fa102 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Thu, 31 Oct 2024 03:28:13 +0000 Subject: [PATCH] docs: SSH no longer requires Zed Preview (#20003) --- docs/src/remote-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/remote-development.md b/docs/src/remote-development.md index 771be830bc..17ae23bb63 100644 --- a/docs/src/remote-development.md +++ b/docs/src/remote-development.md @@ -16,7 +16,7 @@ On your local machine, Zed runs its UI, talks to language models, uses Tree-sitt ## Setup -1. Download and install the latest [Zed Preview](https://zed.dev/releases/preview). You need at least Zed v0.159. +1. Download and install the latest [Zed](https://zed.dev/releases). You need at least Zed v0.159. 1. Open the remote projects dialogue with cmd-shift-p remote or cmd-control-o. 1. Click "Connect New Server" and enter the command you use to SSH into the server. See [Supported SSH options](#supported-ssh-options) for options you can pass. 1. Your local machine will attempt to connect to the remote server using the `ssh` binary on your path. Assuming the connection is successful, Zed will download the server on the remote host and start it.