diff --git a/README.md b/README.md index c994f8f..2c50549 100644 --- a/README.md +++ b/README.md @@ -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?