Skip to content

Commit 90e86f7

Browse files
Merge pull request #27 from BolajiOlajide/add-install-notes
add installation notes to README
2 parents 04ec57a + 27d67ec commit 90e86f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55

66
## Usage
77

8+
### Installation
9+
10+
Install with npm:
11+
12+
```sh
13+
npm install ng-faker --save-dev
14+
```
15+
16+
Install with yarn:
17+
18+
```sh
19+
yarn add ng-faker --dev
20+
```
21+
822
### Browser
923

1024
For now, we don't have support for the browser directly. We're working on that and should have that up really soon.

0 commit comments

Comments
 (0)