Skip to content

Commit 4dfc8e4

Browse files
updated README (#16)
1 parent 9db5dd3 commit 4dfc8e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Some of SAP’s larger and complex mobile apps are built using MDK. An example i
5050
git clone https://github.com/SAP/mdk-mcp-server.git
5151
cd mdk-mcp-server
5252
npm i --include=optional
53+
npm run build
5354
npm i -g @sap/mdk-mcp-server@.
5455
```
5556

@@ -144,9 +145,9 @@ Some of SAP’s larger and complex mobile apps are built using MDK. An example i
144145
2. Install the [Cloud Foundry CLI](https://help.sap.com/docs/btp/sap-business-technology-platform/download-and-install-cloud-foundry-command-line-interface).
145146
3. Log in to your SAP BTP Cloud Foundry environment. For more details you can refer to [this help documentation](https://help.sap.com/docs/btp/sap-business-technology-platform/log-on-to-cloud-foundry-environment-using-cloud-foundry-command-line-interface).
146147
147-
```bash
148-
cf login <your target endpoint> --sso
149-
```
148+
```bash
149+
cf login <your target endpoint> --sso
150+
```
150151
151152
4. Create an empty folder on your machine and open it in VS Code.
152153
5. Open the Command Palette in VS Code and select **MDK: Open Mobile App Editor**.

0 commit comments

Comments
 (0)