Skip to content

Commit 1262402

Browse files
committed
fix: tweak README to emphasize installing from NPM
Signed-off-by: Brent Hoover <brent@thebuddhalodge.com>
1 parent 776be17 commit 1262402

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ Before you can use the Open Commerce CLI, ensure you have all the base requireme
2323

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

26+
### From NPM (Suggested method)
27+
First install the cli by running:
28+
```
29+
npm install -g @reactioncommerce/reaction-cli
30+
```
31+
32+
You can test to see if it has worked here by running:
33+
34+
```
35+
reaction help
36+
```
37+
You should see the help text showing.
38+
2639
### From a Cloned repo
2740

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

51-
52-
### From NPM (Currently not available)
53-
First install the cli by running:
54-
```
55-
npm install -g @reactioncommerce/reaction-cli
56-
```
57-
58-
You can test to see if it has worked here by running:
59-
60-
```
61-
reaction help
62-
```
63-
You should see the help text showing.
64-
6564
## Creating a project
6665
---
6766

0 commit comments

Comments
 (0)