Skip to content

Commit 4b5ac24

Browse files
committed
update readme instructions; v0.0.6
1 parent 3d2f76a commit 4b5ac24

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

packages/b2c-cli/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ A command-line interface for Salesforce Commerce Cloud B2C instances and platfor
99

1010
## Installation
1111

12-
### Homebrew (macOS/Linux)
12+
### npm (Recommended)
1313

1414
```sh
15-
brew tap SalesforceCommerceCloud/tooling
16-
brew install b2c-cli
15+
npm install -g @salesforce/b2c-cli
1716
```
1817

19-
### Preview Release (Pre-npm)
20-
21-
Download the latest tarball from [GitHub Releases](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/releases) and install:
18+
### Homebrew (macOS/Linux)
2219

2320
```sh
24-
npm install -g ./salesforce-b2c-cli-0.0.1-preview.1.tgz
21+
brew tap SalesforceCommerceCloud/tooling
22+
brew install b2c-cli
2523
```
2624

27-
### From npm (Coming Soon)
25+
### GitHub Release Tarball
26+
27+
For pre-release versions not yet published to npm, download the tarball from [GitHub Releases](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/releases) and install:
2828

2929
```sh
30-
npm install -g @salesforce/b2c-cli
30+
npm install -g ./salesforce-b2c-cli-<version>.tgz
3131
```
3232

3333
## Usage

packages/b2c-dx-mcp/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ MCP (Model Context Protocol) server for Salesforce B2C Commerce Cloud developer
88

99
This package provides an MCP server that exposes B2C Commerce developer tools for AI assistants. Built with [oclif](https://oclif.io/) for robust CLI handling with auto-generated help and environment variable support.
1010

11-
## Usage
11+
## Installation
1212

13-
Since the package is not yet published to npm, see the [Development](#development) section for local setup instructions.
13+
```bash
14+
npm install -g @salesforce/b2c-dx-mcp
15+
```
16+
17+
## Usage
1418

1519
### Supported Flags
1620

0 commit comments

Comments
 (0)