From 9ab387889570015c36190b70d29e352659e8426c Mon Sep 17 00:00:00 2001 From: Anonymous'X Date: Mon, 2 Nov 2020 00:52:31 +0800 Subject: [PATCH] feat: update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27ef94f..9f2019a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # AWK VSCode Plugin -[AWK](https://en.wikipedia.org/wiki/AWK) is a great text processing command. +[AWK](https://en.wikipedia.org/wiki/AWK) is a great text processing tool. + vscode-awk is extension for Visual Studio Code runs awk to edit text. ## AWK Required Command `awk` is required, which may not pre-installed in some systems, such as Windows. + You can get `awk` from here: - Windows: http://gnuwin32.sourceforge.net/packages/gawk.htm - Mac: `brew install gawk` -- Linux: https://pkgs.org/download/gawkc \ No newline at end of file +- Linux: https://pkgs.org/download/gawkc