@settlemint/sdk-cli 1.0.9-pr24c97cf1 → 1.0.9-pr2c6bb616

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
@@ -84,10 +84,10 @@ npm install -g @settlemint/sdk-cli
84
84
  bun install -g @settlemint/sdk-cli
85
85
 
86
86
  # pnpm
87
- pnpm install -g @settlemint/sdk-cli
87
+ pnpm add -g @settlemint/sdk-cli
88
88
 
89
89
  # yarn
90
- yarn install -g @settlemint/sdk-cli
90
+ yarn global add @settlemint/sdk-cli
91
91
  ```
92
92
 
93
93
  You can access the CLI globally by running `settlemint` in your terminal.
@@ -249,7 +249,7 @@ settlemint scs subgraph deploy --accept-defaults <subgraph-name>
249
249
 
250
250
  ## API Reference
251
251
 
252
- See the [documentation](https://github.com/settlemint/sdk/tree/v1.0.8/sdk/cli/docs/settlemint.md) for available commands.
252
+ See the [documentation](https://github.com/settlemint/sdk/tree/v1.0.9/sdk/cli/docs/settlemint.md) for available commands.
253
253
 
254
254
  ## Contributing
255
255