Skip to content

Commit

Permalink
docs: specify web-pkg as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Oct 11, 2024
1 parent f57ad6f commit 308b59c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/web-pkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
Depending on your package manager, run one of the following commands:

```
$ npm install @ownclouders/web-pkg
$ npm install @ownclouders/web-pkg --save-dev
$ pnpm add @ownclouders/web-pkg
$ pnpm add -D @ownclouders/web-pkg
$ yarn add @ownclouders/web-pkg
$ yarn add @ownclouders/web-pkg --dev
```

It's recommended to install this package as a dev dependency because it's only really needed for providing autocompletion in your IDE and unit tests. In a runtime context, the ownCloud Web runtime provides the actual implementation.

0 comments on commit 308b59c

Please sign in to comment.