From eac1777ace102b85061ab2ef36f22a97a0be5af4 Mon Sep 17 00:00:00 2001 From: vringar Date: Mon, 15 May 2023 18:17:20 +0200 Subject: [PATCH] fix(docs): add description of golangci-lint installation Signed-off-by: vringar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b833ac..54a8e20 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ To run the project please execute `docker-compose up` in the root directory of the project. -If you also want to contribute please install [pre-commit](https://pre-commit.com/) and execute +If you also want to contribute please install [pre-commit](https://pre-commit.com/) as well as [golangci-lint](https://golangci-lint.run/usage/install/#local-installation) and execute the following commands ```bash