perplexity: Remove duplicate step and fix numbering in README (#17978)

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
Graham Taylor 2024-09-17 18:31:06 -04:00 committed by GitHub
parent 51faf4a1cd
commit e7912370e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,8 @@ Open the AI Assistant panel (`cmd-r` or `ctrl-r`) and enter:
## Development Setup ## Development Setup
1. Install the rust toolchain and clone the zed repo: 1. Install the Rust toolchain and clone the zed repo:
``` ```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
@ -21,16 +22,17 @@ cd ~/code
git clone https://github.com/zed-industries/zed git clone https://github.com/zed-industries/zed
``` ```
2. Launch Zed and Open Zed Extensions (`cmd-shift-x` / `ctrl-shift-x`) 1. Open Zed
3. Open Zed 1. Open Zed Extensions (`cmd-shift-x` / `ctrl-shift-x`)
4. Open Zed Extensions (`cmd-shift-x` / `ctrl-shift-x`) 1. Click "Install Dev Extension"
5. Click "Install Dev Extension" 1. Navigate to the "extensions/perplexity" folder inside the zed git repo.
6. Navigate to the "extensions/perplexity" folder inside the zed git repo. 1. Ensure your `PERPLEXITY_API_KEY` environment variable is set (instructions below)
7. Ensure your `PERPLEXITY_API_KEY` environment variable is set (instructions below)
```sh ```sh
env | grep PERPLEXITY_API_KEY env | grep PERPLEXITY_API_KEY
``` ```
8. Quit and relaunch Zed
1. Quit and relaunch Zed
## PERPLEXITY_API_KEY ## PERPLEXITY_API_KEY