From f761c0c57cb6c01d8e1bd402bde791c4607533b3 Mon Sep 17 00:00:00 2001 From: Joris Conijn Date: Wed, 20 Sep 2023 14:28:24 +0200 Subject: [PATCH] docs: add installation instructions on top And fix the instructions itself... --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ca142dc..cf24bc1 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,18 @@ This could lead into resources being in a non-compliant state. The `aws-iam-user More information can be found on the [documentation pages](https://conijnio.github.io/aws-iam-user/). +## Installation + +You can install the tool with the following command: + +```shell +brew tap conijnio/aws-iam-user +brew install aws-iam-user +``` + ## Prerequisites -You will need to install the following tools to successfully run the make targets: +You will need to install the following tools to successfully run the make targets listed below: ```shell go install github.com/fzipp/gocyclo/cmd/gocyclo@latest @@ -40,15 +49,6 @@ pre-commit install - `make lint`, performs linting actions on the codebase. - `make test`, runs all the unit tests. -## Installation - -You can install the tool with the following command: - -```sh -brew tap conijnio/aws-iam-user -git fetch --porune -``` - ## License This project is free and open source software licensed under the [Apache 2.0 License](./LICENSE).