There was an error while loading. Please reload this page.
1 parent a7f1c6e commit a3cbe6aCopy full SHA for a3cbe6a
1 file changed
README.md
@@ -30,12 +30,12 @@ Create a `.env` file to store your own custom env vars. See [`example.env`](exam
30
1. Start the local postgres database in a postgres container: `docker-compose -f docker-compose-dev.yml up postgres`
31
2. Build the auth binary: `make build` . You should see an output like this:
32
33
-```
+```bash
34
go build -ldflags "-X github.com/supabase/auth/cmd.Version=`git rev-parse HEAD`"
35
GOOS=linux GOARCH=arm64 go build -ldflags "-X github.com/supabase/auth/cmd.Version=`git rev-parse HEAD`" -o gotrue-arm64
36
```
37
38
-3. Execute the auth binary: `./gotrue`
+3. Execute the auth binary: `./auth`
39
40
### If you have docker installed
41
0 commit comments