Skip to content

Commit c8cdc9b

Browse files
authored
Merge pull request #23066 from manjuX/master
updates
2 parents 6611c1a + 053bceb commit c8cdc9b

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

tutorials/btp-app-cap-mta-deployment/btp-app-cap-mta-deployment.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ If you don't know whether you are logged on to Cloud Foundry or if you are wonde
8383
8484
[https://cockpit.hanatrial.ondemand.com/](https://cockpit.hanatrial.ondemand.com/)
8585
86+
> Make sure you've installed the Cloud Foundry CLI (as described in [Step 6: Install the Cloud Foundry command line interface](btp-app-#install-the-cloud-foundry-command-line-interface)) before proceeding with the steps below.
87+
88+
8689
1. Enter your **Global Account**. If you are using a trial account, choose **Go To Your Trial Account**.
8790
8891
2. Choose **Account Explorer**.
@@ -142,6 +145,9 @@ If you don't know whether you are logged on to Cloud Foundry or if you are wonde
142145
[https://account.hana.ondemand.com/](https://account.hana.ondemand.com/)
143146
144147
148+
> Make sure you've installed the Cloud Foundry CLI (as described in [Step 6: Install the Cloud Foundry command line interface](btp-app-#install-the-cloud-foundry-command-line-interface)) before proceeding with the steps below.
149+
150+
145151
1. Enter your **Global Account**. If you are using a trial account, choose **Go To Your Trial Account**.
146152
147153
2. Choose **Account Explorer**.

tutorials/btp-app-create-cap-application/btp-app-create-cap-application.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ primary_tag: software-product-function>sap-cloud-application-programming-model
5252
5353
![VS Code](vscode.png)
5454
55+
> You might see some hidden files in your project in case you have previously customized your `Files: Exclude` settings in VS Code. More info in [Default settings](https://code.visualstudio.com/docs/getstarted/settings#_default-settings).
56+
5557
6. In VS Code choose **Terminal** → **New Terminal** from its menu.
5658
5759
A new terminal opens in the lower right part of the VS Code screen.

tutorials/btp-app-prepare-btp/btp-app-prepare-btp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ If you don't know whether you are logged on to Cloud Foundry or if you are wonde
186186

187187
[https://cockpit.hanatrial.ondemand.com/](https://cockpit.hanatrial.ondemand.com/)
188188

189+
> Make sure you've installed the Cloud Foundry CLI (as described in [Step 6: Install the Cloud Foundry command line interface](btp-app-#install-the-cloud-foundry-command-line-interface)) before proceeding with the steps below.
190+
191+
189192
1. Enter your **Global Account**. If you are using a trial account, choose **Go To Your Trial Account**.
190193

191194
2. Choose **Account Explorer**.
@@ -228,6 +231,9 @@ If you don't know whether you are logged on to Cloud Foundry or if you are wonde
228231
[https://account.hana.ondemand.com/](https://account.hana.ondemand.com/)
229232
230233
234+
> Make sure you've installed the Cloud Foundry CLI (as described in [Step 6: Install the Cloud Foundry command line interface](btp-app-#install-the-cloud-foundry-command-line-interface)) before proceeding with the steps below.
235+
236+
231237
1. Enter your **Global Account**. If you are using a trial account, choose **Go To Your Trial Account**.
232238
233239
2. Choose **Account Explorer**.

tutorials/btp-app-prepare-dev-environment-cap/btp-app-prepare-dev-environment-cap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can choose the editor to develop your CAP application. If you want to exactl
3939
[ACCORDION-END]
4040
---
4141
[ACCORDION-BEGIN [Step 2: ](Command line interpreters)]
42-
This tutorial contains a number of command line snippets that need to be pasted into a command line window. All snippets listed for macOS/Linux or without platform information can be executed in the `bash` or `zsh`, which are the default shells for these platforms. The Windows snippets are for the Windows Command Line and not for the PowerShell. Windows users are suggested to use the `Git BASH` instead, which is part of the Git for Windows installation and contains the basic UNIX command line tools. In the `Git BASH`, use the *macOS/Linux* snippets of the tutorial. VS Code supports the use of the `Git BASH` for the integrated command line window (called **Terminal** in VS Code) as well.
42+
This tutorial contains a number of command line snippets that need to be pasted into a command line window (sometimes referred to as command line interface (CLI) or terminal). All snippets listed for macOS/Linux or without platform information can be executed in the `bash` or `zsh`, which are the default shells for these platforms. The Windows snippets are for the Windows Command Prompt and not for the PowerShell. Windows users are suggested to use the `Git BASH` instead, which is part of the Git for Windows installation and contains the basic UNIX command line tools. In the `Git BASH`, use the *macOS/Linux* snippets of the tutorial. VS Code supports the use of the `Git BASH` for the integrated command line window (called **Terminal** in VS Code) as well.
4343

4444
[DONE]
4545
[ACCORDION-END]

0 commit comments

Comments
 (0)