Skip to content

Commit a3cbe6a

Browse files
authored
docs: update README for command syntax and binary execution (#1897)
## What kind of change does this PR introduce? docs: update README for command syntax and binary execution Add any other context or screenshots.
1 parent a7f1c6e commit a3cbe6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Create a `.env` file to store your own custom env vars. See [`example.env`](exam
3030
1. Start the local postgres database in a postgres container: `docker-compose -f docker-compose-dev.yml up postgres`
3131
2. Build the auth binary: `make build` . You should see an output like this:
3232

33-
```
33+
```bash
3434
go build -ldflags "-X github.com/supabase/auth/cmd.Version=`git rev-parse HEAD`"
3535
GOOS=linux GOARCH=arm64 go build -ldflags "-X github.com/supabase/auth/cmd.Version=`git rev-parse HEAD`" -o gotrue-arm64
3636
```
3737

38-
3. Execute the auth binary: `./gotrue`
38+
3. Execute the auth binary: `./auth`
3939

4040
### If you have docker installed
4141

0 commit comments

Comments
 (0)