getting-started.md

 1# Getting Started
 2
 3Welcome to Zed! We are excited to have you. Here is a jumping-off point to getting started.
 4
 5## Download Zed
 6
 7### MacOS
 8
 9You can obtain the stable builds via the [download page](https://zed.dev/download). If you want to download our preview build, you can find it on its [releases page](https://zed.dev/releases/preview) After the first manual installation, Zed will periodically check for and install updates automatically for you.
10
11### Linux
12
13For most people, the easiest way to install Zed is through our installation script:
14
15```sh
16curl https://zed.dev/install.sh | sh
17```
18
19If you'd like to help us test our new features, you can also install our preview build:
20
21```sh
22curl https://zed.dev/install.sh | ZED_CHANNEL=preview sh
23```
24
25This script supports `x86_64` and `AArch64`, as well as common Linux distributions: Ubuntu, Arch, Debian, RedHat, CentOS, Fedora, and more.
26
27If this script is insufficient for your use case or you run into problems running Zed, please see our [Linux-specific documentation](./linux.md).
28
29## Configure Zed
30
31Use `⌘` + `,` to open your custom settings to set things like fonts, formatting settings, per-language settings, and more. You can access the default configuration using the `Zed > Settings > Open Default Settings` menu item. See [Configuring Zed](./configuring-zed.md) for all available settings.
32
33## Set up your key bindings
34
35You can access the default key binding set using the `Zed > Settings > Open Default Key Bindings` menu item. Use `⌘` + `K`, `⌘` + `S` to open your custom keymap to add your key bindings. See Key Bindings for more info.