From 22201e68cd672b6a7520da973b6f28888bf34ba9 Mon Sep 17 00:00:00 2001 From: Luke Boswell Date: Fri, 3 May 2024 08:30:46 +1000 Subject: [PATCH] Update README.md Updated for Eli's comments about also working Linux Signed-off-by: Luke Boswell --- getting_started/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/README.md b/getting_started/README.md index 1661e6f3a1..d8a90a78ce 100644 --- a/getting_started/README.md +++ b/getting_started/README.md @@ -22,7 +22,7 @@ If you have a specific question, the [FAQ](../www/content/faq.md) might have an - [Visual Studio Code](https://visualstudio.microsoft.com/#vscode-section) - syntax highlighting, completion, type hints - install the [Roc Plugin](https://marketplace.visualstudio.com/items?itemName=IvanDemchenko.roc-lang-unofficial) -- [Zed](https://zed.dev/download), since Version 0.133.5, 🍏Mac only at the momment +- [Zed](https://zed.dev/download), since Version 0.133.5 - search and install roc extension (action `zed: extensions`) - in case of errors look into the Zed log (action `zed: open log`) - For other editors like Vim, Helix or Emacs [see](https://github.com/faldor20/tree-sitter-roc)