From 891e104e182102873298f898cf3edf0647d2e389 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 5 Feb 2019 22:25:57 +0100 Subject: Add installation instructions --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d5e725..96309f0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,24 @@ annotating module APIs in specs and other documents. ### From Command Line -TBD +`code --install-extension api-notation` + +### From GUI + +#### Open the Extension Manager from Palette Manager + +1. Press `⌘⇧P` on OSX or `⌃⇧P` on Windows/Linux to open the palette manager +2. Look for `Install Ext4ensions + +#### Open the Package Manager from Preferences + +1. Go to `Code -> Preferences -> Extensions` menu item + +#### Install it + +1. Search for `api-notation` in the search bar +2. Click Install + ## Usage -- cgit