diff --git a/README.md b/README.md index 577b6a6da78997c585e4a51815c6011f41151825..429fc581e6756760457c15726991208d03711da7 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,9 @@ Used to serve gdd, cfs, and gefs data, and can be expanded to more data -Still need to add CFS/GEFS, and confidence intervals - -In the future, the errors folder might be moved to a common package when more go services are built to have shared error -handling across all services - To run: `go run main.go` Build to executable: `go build` -To rebuild swagger: `swag init` +To rebuild swagger: `swag init --parseDependency --parseDepth 2` ## Testing @@ -20,4 +15,4 @@ Swagger [Here](http://localhost:8080/api/weather/gdd-swagger/index.html#/) ## Docker -To build the image: `docker build -t dawn/gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd .` \ No newline at end of file +To build the image: `dawn-cli build-image -p .` \ No newline at end of file