v2.0.0: doc: add swagger deploy in README

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2024-03-17 21:56:39 +01:00
commit c38375eb2b
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -15,6 +15,12 @@ v1.0.0: Helixire
- Golang - Golang
- Docker - Docker
### generate swagger
```bash
swag init --parseInternal --generalInfo ./cmd/main.go --output ./cmd/docs/
```
### with docker compose ### with docker compose
```bash ```bash