Skip to content

Commit

Permalink
fix: tweak README to emphasize installing from NPM
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Hoover <[email protected]>
  • Loading branch information
brent-hoover committed Aug 21, 2022
1 parent 776be17 commit 1262402
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ Before you can use the Open Commerce CLI, ensure you have all the base requireme

Before you can use the Open Commerce CLI you need to install the command line tool:

### From NPM (Suggested method)
First install the cli by running:
```
npm install -g @reactioncommerce/reaction-cli
```

You can test to see if it has worked here by running:

```
reaction help
```
You should see the help text showing.

### From a Cloned repo

First clone the repo locally (substitute <my-directory> with whatever directory name you want to use)
Expand All @@ -48,20 +61,6 @@ Then install the CLI globally (this may require `sudo` on some systems):
npm install -g
```


### From NPM (Currently not available)
First install the cli by running:
```
npm install -g @reactioncommerce/reaction-cli
```

You can test to see if it has worked here by running:

```
reaction help
```
You should see the help text showing.

## Creating a project
---

Expand Down

0 comments on commit 1262402

Please sign in to comment.