Skip to content

Commit

Permalink
docs: add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 19, 2024
1 parent ae2c3f5 commit 66626e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
**Zed discord presence** is an extension for [Zed](https://zed.dev) that adds support for [Discord Rich Presence](https://discord.com/developers/docs/rich-presence/how-to) using LSP

Using LSP is a workaround for now (yeh, it's a little bit hacky) but once Zed has proper extension support, I'll rewrite it
Using LSP is a workaround for now (yeah, it's a bit hacky) but once Zed has proper extension support, I'll rewrite it.

### Requirements

[rust](https://rust-lang.org) is required for installing this extension.
The easiest way to get [rust](https://rust-lang.org) is by using [rustup](https://rustup.rs)

### How to install?

Expand Down

0 comments on commit 66626e4

Please sign in to comment.