From 16b6c97b7462bd0382156a01171015720754cf11 Mon Sep 17 00:00:00 2001 From: Huweicai Date: Mon, 2 Nov 2020 00:56:01 +0800 Subject: [PATCH] feat: add install method Change-Id: Id70227ff04035f13c0516cf21c6c69e127777480 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 27ef94f..31dcd6d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ [AWK](https://en.wikipedia.org/wiki/AWK) is a great text processing command. vscode-awk is extension for Visual Studio Code runs awk to edit text. +## Install +Plugin is not prepared to publish in vscode stores. + +You can only install from vsix package now, which can be found in releases. + ## AWK Required Command `awk` is required, which may not pre-installed in some systems, such as Windows. You can get `awk` from here: