Skip to content

Commit

Permalink
docs: update README for command syntax and binary execution (#1897)
Browse files Browse the repository at this point in the history
## What kind of change does this PR introduce?

docs: update README for command syntax and binary execution
Add any other context or screenshots.
  • Loading branch information
12138zhen authored Dec 30, 2024
1 parent a7f1c6e commit a3cbe6a
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 @@ -30,12 +30,12 @@ Create a `.env` file to store your own custom env vars. See [`example.env`](exam
1. Start the local postgres database in a postgres container: `docker-compose -f docker-compose-dev.yml up postgres`
2. Build the auth binary: `make build` . You should see an output like this:

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

3. Execute the auth binary: `./gotrue`
3. Execute the auth binary: `./auth`

### If you have docker installed

Expand Down

0 comments on commit a3cbe6a

Please sign in to comment.