Author | Jamozed <[email protected]> |
Date | 2021-07-06 06:09:25 |
Commit | bedce4ba85cb62ca679611fcb059873c325bf31c |
Parent | 251e76a19ad84e351ca1ff0f16baae8153888ee4 |
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