From 66626e4a1b6b5c5ec591f96507dc236bf41ec5f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Fri, 19 Jul 2024 23:55:44 +0200 Subject: [PATCH] docs: add requirements --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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?