Skip to content

Commit c691d9b

Browse files
build: dep -> tooling
1 parent 13895fa commit c691d9b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Makefile

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clean:
1919

2020
gen: db-migrate gen-jet gen-templ
2121

22-
dep: dep-air dep-jet dep-goose dep-atlas dep-templ dep-goreleaser
22+
tooling: tooling-air tooling-jet tooling-goose tooling-atlas tooling-templ tooling-goreleaser
2323

2424
# Development
2525

@@ -56,22 +56,22 @@ gen-jet:
5656
gen-templ:
5757
cd web && templ generate
5858

59-
# Dependencies
59+
# Tooling
6060

61-
dep-air:
61+
tooling-air:
6262
go install github.com/cosmtrek/air@latest
6363

64-
dep-jet:
64+
tooling-jet:
6565
go install github.com/go-jet/jet/v2/cmd/jet@latest
6666

67-
dep-goose:
67+
tooling-goose:
6868
go install github.com/pressly/goose/v3/cmd/goose@latest
6969

70-
dep-atlas:
70+
tooling-atlas:
7171
go install ariga.io/atlas/cmd/atlas@latest
7272

73-
dep-templ:
73+
tooling-templ:
7474
go install github.com/a-h/templ/cmd/templ@latest
7575

76-
dep-goreleaser:
76+
tooling-goreleaser:
7777
go install github.com/goreleaser/goreleaser@latest

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ The following programs are required.
265265

266266
**You should look at the [Makefile](./Makefile) before running any of the following commands.**
267267

268-
Install dependencies.
268+
Install tooling.
269269

270270
```
271-
make dep
271+
make tooling
272272
```
273273

274274
Start the Go server.

0 commit comments

Comments
 (0)