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