@opendatalabs/connect 0.11.0 → 0.11.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ The `vana` CLI collects your personal data from any platform. See the **[CLI REA
|
|
|
9
9
|
Install on macOS with Homebrew:
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
brew tap vana-com/
|
|
12
|
+
brew tap vana-com/tap
|
|
13
13
|
brew install vana
|
|
14
14
|
vana status
|
|
15
15
|
```
|
|
@@ -17,7 +17,7 @@ vana status
|
|
|
17
17
|
Or use the hosted prerelease installer on macOS/Linux:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
curl -fsSL https://raw.githubusercontent.com/vana-com/vana-connect/
|
|
20
|
+
curl -fsSL https://raw.githubusercontent.com/vana-com/vana-connect/main/install/install.sh | sh
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Branch prerelease:
|