Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/deployment/to-cf.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ npm i @sap/cds #> if necessary

```sh
cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org
cf install-plugin multiapps
cf install-plugin html5-plugin
cf install-plugin -f multiapps
cf install-plugin -f html5-plugin
```

## Prepare for Production {#prepare-for-production}
Expand Down