supabase 1.207.0 → 1.207.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ For Bun versions below v1.0.17, you must add `supabase` as a [trusted dependency
|
|
|
130
130
|
Add a symlink to the binary in `$PATH` for easier access:
|
|
131
131
|
|
|
132
132
|
```sh
|
|
133
|
-
ln -s "$(go env GOPATH)/cli" /usr/bin/supabase
|
|
133
|
+
ln -s "$(go env GOPATH)/bin/cli" /usr/bin/supabase
|
|
134
134
|
```
|
|
135
135
|
|
|
136
136
|
This works on other non-standard Linux distros.
|