Skip to content

Commit 64b11ef

Browse files
authored
docs(README): update pollinate instructions
1 parent 990d954 commit 64b11ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ This is my personal skeleton for creating an ES2015 library npm package. You ar
1010
## Quick start
1111

1212
```sh
13-
# this PR of mine will hopefully be merged soon
14-
npm i -g howardroark/pollinate#keep-history
15-
pollinate https://github.com/jedwards1211/es2015-library-skeleton.git#pollinate --name <package name> --author <your name> --organization <github organization> --description <package description>
13+
npm i -g howardroark/pollinate
14+
pollinate https://github.com/jedwards1211/es2015-library-skeleton.git --keep-history --name <package name> --author <your name> --organization <github organization> --description <package description>
1615
cd <package name>
1716
npm i
1817
```

0 commit comments

Comments
 (0)