Skip to content

Commit eb5a512

Browse files
authored
chore(docs): correct CLI linking to /usr/bin/supabase (#2776)
fix: correct CLI linking to /usr/bin/supabase
1 parent c7bdbc2 commit eb5a512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ For Bun versions below v1.0.17, you must add `supabase` as a [trusted dependency
130130
Add a symlink to the binary in `$PATH` for easier access:
131131

132132
```sh
133-
ln -s "$(go env GOPATH)/cli" /usr/bin/supabase
133+
ln -s "$(go env GOPATH)/bin/cli" /usr/bin/supabase
134134
```
135135

136136
This works on other non-standard Linux distros.

0 commit comments

Comments
 (0)