vscode-ebnf

EBNF for Visual Studio Code
Mirror of https://github.com/Jamozed/vscode-ebnf
git clone http://git.omkov.net/vscode-ebnf
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2021-07-06 06:09:25
Commitbedce4ba85cb62ca679611fcb059873c325bf31c
Parent251e76a19ad84e351ca1ff0f16baae8153888ee4

Add build instructions to README

Diffstat

M README.md | 8 ++++++++

1 files changed, 8 insertions, 0 deletions

diff --git a/README.md b/README.md
index 5aed9a4..0a05117 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,14 @@ Code. Files with the extension `.ebnf` will automatically be affected.
 
 ![Syntax Highlighting](./screenshot.png)
 
+## Build Instructions
+
+EBNF for Visual Studio Code can be packaged using `vsce`.
+
+```sh
+vsce package
+```
+
 ## Meta
 
 Copyright (C) 2020, Jakob Wakeling