From 129282d010ee136e7380e6e683a605674086e59f Mon Sep 17 00:00:00 2001 From: perennial Date: Mon, 16 Sep 2024 19:42:27 +1000 Subject: [PATCH] docs: suggest to run make help instead in README --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 8d5ce24..989e28a 100644 --- a/README.md +++ b/README.md @@ -51,18 +51,7 @@ PIXIVFE_DEV=1 make run ## Using the Makefile -The project includes a Makefile to simplify common development tasks. Here are the available commands: - -- `make all`: Run fmt, build, and test -- `make fmt`: Format Go code -- `make build`: Build the binary -- `make test`: Run tests -- `make run`: Build and run the binary -- `make clean`: Remove the built binary -- `make install-pre-commit`: Install test script as pre-commit hook -- `make help`: Show all available targets and their descriptions - -You can use these commands to streamline your development workflow. +The project includes a Makefile to simplify common development tasks. Run `make help` to view the available commands. ## Hosting PixivFE