Skip to content

Commit 0dadb15

Browse files
Raphaël Blanchetcharlesdemers
andauthored
Update README.md (#35)
* Update README.md * Update README.md * Update README.md Co-authored-by: Charles Demers <cdemers@mirego.com> --------- Co-authored-by: Charles Demers <cdemers@mirego.com>
1 parent 5732711 commit 0dadb15

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ To learn more about why we created and maintain this boilerplate project, read o
1212

1313
## Usage
1414

15+
### Package Manager
16+
17+
Make sure that `yarn` is correctly configured before using the boilerplate. Otherwise, you might encounter some packaging errors when using other tools like `npm`.
18+
19+
This also means that every command you would usually run with `npm` needs to be run with `yarn` instead.
20+
21+
eg. `yarn foo bar` instead of `npm foo bar`
22+
23+
### Initialization
24+
1525
Initialize your project with the template
1626

1727
```

0 commit comments

Comments
 (0)