@rely-ai/caliber 1.30.7 → 1.31.0-dev.1774711564
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/dist/bin.js +950 -728
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -343,7 +343,7 @@ export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
|
|
|
343
343
|
See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed guidelines.
|
|
344
344
|
|
|
345
345
|
```bash
|
|
346
|
-
git clone https://github.com/
|
|
346
|
+
git clone https://github.com/rely-ai-org/caliber.git
|
|
347
347
|
cd caliber
|
|
348
348
|
npm install
|
|
349
349
|
npm run dev # Watch mode
|