From ba5d3b5c74dbd9c0bb0e9c6d60e4bbde0fb9cc6c Mon Sep 17 00:00:00 2001 From: doublefint Date: Mon, 6 Feb 2017 01:11:34 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33ef2a9..130082e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# intersystems-cos README +# cos-vscode README -This is the README for your extension "intersystems-cos". After writing up a brief description, we recommend including the following sections. +This is the README for your extension "cos-vscode". After writing up a brief description, we recommend including the following sections. ## Features @@ -62,4 +62,4 @@ Added features X, Y, and Z. * [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown) * [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) -**Enjoy!** \ No newline at end of file +**Enjoy!** From ca38388dbd40c8a41062f3cd38ffa610d804cdeb Mon Sep 17 00:00:00 2001 From: Evgeny Shvarov Date: Mon, 6 Feb 2017 18:47:22 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 130082e..97137e2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ For example if there is an image subfolder under your extension project workspac If you have any requirements or dependencies, add a section describing those and how to install and configure them. +## Installation +Download or clone the repo, unpack and copy folder to your $HOME/.vscode/extensions/ on Mac and Linux or the %USERPROFILE%\.vscode\extensions folder on Windows devices. + ## Extension Settings Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.