Skip to content

Commit de20dfd

Browse files
Add install requirements for console in-app deployment (#2174)
Some install requirements were missing in the console docs for in-app deployment. --------- Co-authored-by: René Jeglinsky <[email protected]>
1 parent 965492f commit de20dfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/console.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ Deploying your application is as simple as clicking through a guided dialog. CAP
116116

117117
You can choose between two deployment modes:
118118

119-
- **In-App Deployment**: Uses pre-packaged CLI tools with the correct versions — no need to install anything locally. (Currently you still have to install [cds-dk](https://www.npmjs.com/package/@sap/cds-dk?activeTab=dependencies) manually, but we are working on it!)
119+
- **In-App Deployment**: Uses pre-packaged CLI tools with the correct versions — no need to install anything locally.
120+
> [!note]
121+
> Currently you still have to locally install [cds-dk](https://www.npmjs.com/package/@sap/cds-dk?activeTab=dependencies), [mbt](https://sap.github.io/cloud-mta-build-tool/download/) and in case of windows [make](https://sap.github.io/cloud-mta-build-tool/makefile/), but we are working on it!
120122
- **CLI-Based Deployment**: Copy all necessary commands and run them in your own terminal.
121123

122124
### Designed for Simplicity

0 commit comments

Comments
 (0)