From 65d0d02887b86661590e74f560cbda0d517b95c2 Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Tue, 26 Apr 2022 00:50:44 +0200 Subject: Replace make setup with go run and version suffixes Changelog: other --- doc/development.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc') diff --git a/doc/development.md b/doc/development.md index 77603683..4b9e1506 100644 --- a/doc/development.md +++ b/doc/development.md @@ -189,11 +189,6 @@ This is an example of developing GitLab Pages inside the [GitLab Development Kit ## Linting ```sh -# Get everything installed and setup (you only need to run this once) -# If you run into problems running the linting process, -# you may have to run `make clean` and try this step again -make setup - # Run the linter locally make lint ``` -- cgit v1.2.3