Skip to content

Commit

Permalink
docs: Add an extra dependency installation in readme for swag executable
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCMcCoy committed Jan 19, 2024
1 parent 1af4d33 commit 5cdd133
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ process can vary, so follow the instructions for each item below!
- [Task](https://taskfile.dev/installation/) - our development tool to quickly
run commands that run, test, and clean files.

## Extra Dependencies

Install these into the backend directory

1. go install github.com/swaggo/swag/cmd/swag@latest

## Before Running

1. Create a .env file in the root directory with a single line:
Expand Down

0 comments on commit 5cdd133

Please sign in to comment.