Skip to content

Commit

Permalink
doc: adjusted packages install (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
renanbastos93 authored Jun 10, 2024
2 parents c4f6f5b + 56cba77 commit 981cf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Let's create our first project from scratch using Boneless!
### Installing dependencies
First, we need to install the binary of Service Weaver, Go Migrate, SQLC, and Boneless. Even so, I suggest you read the documentation of all of them on your official websites.
```sh
$ brew install golang-migrate
$ brew install sqlc
$ go install -tags 'mysql sqlite3' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
$ go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
$ go install github.com/ServiceWeaver/weaver/cmd/weaver@latest
$ go install github.com/renanbastos93/boneless/cmd/boneless@latest
```
Expand Down

0 comments on commit 981cf07

Please sign in to comment.