Skip to content

Commit 2b03702

Browse files
authored
Merge pull request #440 from Epistol/patch-1
Added a bit of clarity to the readme file
2 parents 5f80aed + 9dd167d commit 2b03702

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ A **Nuxt SSR-compatible** component can be found at [npm](https://www.npmjs.com/
1212
## Development
1313

1414
``` bash
15-
# install dependencies
15+
# install your dependencies
1616
npm install
1717

18-
# run dev
18+
# install vue-dropzone
19+
npm install vue2-dropzone
20+
21+
(or with yarn)
22+
23+
yarn add vue2-dropzone
24+
25+
# Execute dependencies script
1926
npm run dev
2027

2128
# serve example and docs at localhost:8080

0 commit comments

Comments
 (0)