File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,19 @@ Before you can use the Open Commerce CLI, ensure you have all the base requireme
2323
2424Before 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
2841First 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):
4861npm 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
You can’t perform that action at this time.
0 commit comments