From a1ba28cacba177f24e91ef654229c75d1b602364 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 11 Dec 2024 19:33:06 +0100 Subject: [PATCH] docs(dev): Updated air commands --- .dockerignore | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 9bf3ff9..73a94f4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,3 @@ tmp docker-compose.yaml -.air.toml \ No newline at end of file +.air*.toml \ No newline at end of file diff --git a/README.md b/README.md index 47770b4..40d3fa4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,14 @@ docker compose -f docker-compose.dev.yaml up > Install air via `go install github.com/air-verse/air@latest` ```shell +# With the default air config air + +# With the config for linux/macOS +air -c .air.linux.toml + +# With the config for windows +air -c .air.windows.toml ``` ### ✒️ Update the swagger docs