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:
parent
51faf4a1cd
commit
e7912370e6
1 changed files with 20 additions and 18 deletions
|
@ -12,7 +12,8 @@ Open the AI Assistant panel (`cmd-r` or `ctrl-r`) and enter:
|
|||
|
||||
## 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
|
||||
|
||||
|
@ -21,16 +22,17 @@ cd ~/code
|
|||
git clone https://github.com/zed-industries/zed
|
||||
```
|
||||
|
||||
2. Launch Zed and Open Zed Extensions (`cmd-shift-x` / `ctrl-shift-x`)
|
||||
3. Open Zed
|
||||
4. Open Zed Extensions (`cmd-shift-x` / `ctrl-shift-x`)
|
||||
5. Click "Install Dev Extension"
|
||||
6. Navigate to the "extensions/perplexity" folder inside the zed git repo.
|
||||
7. Ensure your `PERPLEXITY_API_KEY` environment variable is set (instructions below)
|
||||
1. Open Zed
|
||||
1. Open Zed Extensions (`cmd-shift-x` / `ctrl-shift-x`)
|
||||
1. Click "Install Dev Extension"
|
||||
1. Navigate to the "extensions/perplexity" folder inside the zed git repo.
|
||||
1. Ensure your `PERPLEXITY_API_KEY` environment variable is set (instructions below)
|
||||
|
||||
```sh
|
||||
env | grep PERPLEXITY_API_KEY
|
||||
```
|
||||
8. Quit and relaunch Zed
|
||||
|
||||
1. Quit and relaunch Zed
|
||||
|
||||
## PERPLEXITY_API_KEY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue