supabase-community / supabase-go

A Go Client library for Supabase
MIT License
125 stars 8 forks source link

Correct library installation command in README #6

Closed danielgospodinow closed 7 months ago

danielgospodinow commented 7 months ago

The installation command should be:

go get github.com/supabase-community/supabase-go

rather than

go install github.com/supabase-community/supabase-go
danielgospodinow commented 7 months ago

@tranhoangvuit, hey there! 😄 Mind taking a look at this quick PR? Sorry for directly pinging, I couldn't edit the Reviewers tab to add you there.

tranhoangvuit commented 7 months ago

Good catch, thank you for your contribution. Let's merge it.