@goldskycom/cli 9.1.1 → 9.1.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 CHANGED
@@ -2,7 +2,13 @@
2
2
 
3
3
  The Goldsky ([www.goldsky.com](https://www.goldsky.com)) CLI to deploy subgraphs, index & transform blockchain data, configure webhooks, and access your data in real-time.
4
4
 
5
- ## Get Started
5
+ ## Getting Started
6
+
7
+ Install the CLI with the following commmand:
8
+
9
+ ```sh
10
+ curl https://goldsky.com | sh
11
+ ```
6
12
 
7
13
  Please refer to the documentation at [docs.goldsky.com/](https://docs.goldsky.com/#quick-start) to learn how to:
8
14