mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-12 17:38:06 +01:00
docs: add requirements
This commit is contained in:
parent
ae2c3f5aff
commit
66626e4a1b
1 changed files with 6 additions and 1 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue