You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,14 @@ Create components based on the following structure (example given in js)
14
14
### Installation
15
15
-`yarn global add react-components-cli`
16
16
17
+
Note: You will need to add yarn global bin to your path like adding `export PATH="$(yarn global bin):$PATH"` in your .bashrc or .zshrc (or whatever on windows)
18
+
17
19
### Usage
18
20
- Create any components type using prompts:
19
-
-`yarn run create-component` (note: if global not found, add `yarn global dir` to your PATH)
21
+
-`create-component` (note: if global not found, add `yarn global dir` to your PATH)
0 commit comments