From 8f075123e09216f6603420f7d9835d761e0a6e80 Mon Sep 17 00:00:00 2001 From: Kensei Nakada Date: Wed, 6 Mar 2024 12:08:40 +0900 Subject: [PATCH] Mention `make dependencies` in the contributor guide (#380) --- docs/contributor-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/contributor-guide.md b/docs/contributor-guide.md index df89b8f6..74271ae3 100644 --- a/docs/contributor-guide.md +++ b/docs/contributor-guide.md @@ -92,6 +92,12 @@ licensed under [MIT License](https://github.com/zoetrope/test-controller/blob/39 ### Linters +First, make sure you have a necessary tool in your local machine. + +```shell +make dependencies +``` + The following command runs all enabled linters. ```shell