docs: add requirements

This commit is contained in:
Jozef Steinhübl 2024-07-19 23:55:44 +02:00
parent ae2c3f5aff
commit 66626e4a1b
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -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 **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? ### How to install?