From ec3faea2deff52c2265e41a8a0674bffe2b7ab46 Mon Sep 17 00:00:00 2001 From: Andor Kesselman Date: Mon, 12 Dec 2022 13:13:15 +0530 Subject: [PATCH] added d2 melpa install to README updated to add d2 mode --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c35be06..2bcb62f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A [d2](https://github.com/terrastruct/d2) extension for Emacs. This was heavily inspired of [Mermaid Mode](https://github.com/abrochard/mermaid-mode). -**Status:** Alpha. +**Status:** Alpha. Available on Melpa. It works you can use this to render d2 in both your browser and in an emacs buffer. See [Bugs & Issues](#bugs--issues) for known issues. @@ -58,7 +58,7 @@ Learn more about [d2 here](https://d2lang.com/tour/intro/) ## Installation -1. Load the d2-mode.el file ( Melpa not available yet ) +1. Load the d2-mode.el file or install from melpa: `M-x package-install d2-mode` 2. Install d2 binary from the d2 project if you plan to compile graphs in Emacs ## Usage