Skip to content

Commit

Permalink
docs: recommend some common package folders, too
Browse files Browse the repository at this point in the history
  • Loading branch information
hagemt authored Jun 26, 2022
1 parent 7c58998 commit 950ab0e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,13 @@ See the examples directory for more complete examples.
```sh
# after: go mod init ...
go get -u github.com/danielgtaylor/huma@latest
# now try: import "github.com/danielgtaylor/huma"

# and to taste:
go get -u github.com/danielgtaylor/huma/cli
go get -u github.com/danielgtaylor/huma/humatest
go get -u github.com/danielgtaylor/huma/middleware
go get -u github.com/danielgtaylor/huma/responses
# for example
```

# Documentation
Expand Down

0 comments on commit 950ab0e

Please sign in to comment.