mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Update docs path in contributiong
This commit is contained in:
@@ -86,7 +86,7 @@ go install github.com/swaggo/swag/cmd/swag@latest
|
||||
|
||||
# Update Swagger comments in pkg/server/handlers.go
|
||||
# Then regenerate docs
|
||||
swag init -g cmd/server/main.go -o apidocs
|
||||
swag init -g cmd/server/main.go
|
||||
```
|
||||
|
||||
## Pull Request Guidelines
|
||||
|
||||
@@ -33,7 +33,7 @@ RUN go mod download
|
||||
# Copy source code
|
||||
COPY cmd/ ./cmd/
|
||||
COPY pkg/ ./pkg/
|
||||
COPY apidocs/ ./apidocs/
|
||||
COPY docs/ ./docs/
|
||||
COPY webui/webui.go ./webui/
|
||||
|
||||
# Copy built webui from webui-builder
|
||||
|
||||
Reference in New Issue
Block a user