From 8699d902877567971fbedbe9def76d5c94ca4e4a Mon Sep 17 00:00:00 2001 From: Abhishek Dubey Date: Mon, 16 Nov 2020 14:32:59 +0530 Subject: [PATCH] [Development][Change] Changed version to v0.2 (#6) * Fixed JSON output response Signed-off-by: iamabhishek-dubey * Added 2 new rules Signed-off-by: iamabhishek-dubey * Added some new rules Signed-off-by: iamabhishek-dubey * Added some new rules Signed-off-by: iamabhishek-dubey * Added some new rules Signed-off-by: iamabhishek-dubey * Updated version of dockerlinter Signed-off-by: iamabhishek-dubey * Updated version of dockerlinter Signed-off-by: iamabhishek-dubey --- README.md | 14 ++++++++++---- VERSION | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0f2f39..12d7a9a 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,19 @@ OT-Dockerlinter installation packages can be found inside [Releases](https://git Supported Platforms:- - Linux and Windows Platform with supported architecture types:- - - AMD64 - - ARM63 - - AMD32Bit - - ARM32Bit + - Amd 64 + - Arm 64 + - Amd 32 + - Arm 32 For installation on debian and redhat based system, `.deb` and `.rpm` packages can be used. +For installing on MacOS system, use brew:- + +```shell +brew install ot-docker-linter +``` + ### Available Options There are help page available for ot-dockerlinter which can be called by `help` or `--help` command. diff --git a/VERSION b/VERSION index aa33868..e2cfc99 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1 \ No newline at end of file +v0.2 \ No newline at end of file