Skip to content

Commit df2eaa2

Browse files
authored
Update btp-app-kyma-prepare-dev-environment.md
1 parent dd36b8b commit df2eaa2

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,20 @@ primary_tag: software-product-function>sap-cloud-application-programming-model
3232

3333

3434
---
35-
[ACCORDION-BEGIN [Step 1: ](Verify your cds and cds-dk versions before installing kubectl)]
35+
[ACCORDION-BEGIN [Step 1: ](Verify your @sap/cds and @sap/cds-dk versions)]
3636
> ### To earn your badge for the whole mission, you will need to mark all steps in a tutorial as done, including any optional ones that you may have skipped because they are not relevant for you.
3737
38-
Make sure your `package.json` is using `@sap/cds 6.0.1` or newer and you have `@sap/cds-dk 6.0.1` or newer globally installed. To check it, do the following in your project directory:
38+
Make sure your `package.json` is using `@sap/cds 6.0.1` or newer and you have `@sap/cds-dk 6.0.1` or newer globally installed.
3939

40-
1. Run `npm install` to install your local package.
41-
2. Run `cds version` to see the globally installed `@sap/cds-dk` and your locally installed `@sap/cds`.
42-
3. To upgrade, run `npm install @sap/cds@>=6` and `npm install -g @sap/cds-dk@>=6`.
40+
Run the following commands in your project directory:
41+
42+
1. `npm install` to install your local package.
43+
2. `cds version` to check the globally installed `@sap/cds-dk` version and your locally installed `@sap/cds` version.
44+
45+
To upgrade, run the following commands in your project directory:
46+
47+
- `npm install @sap/cds@>=6`
48+
- `npm install -g @sap/cds-dk@>=6`
4349

4450
[DONE]
4551
[ACCORDION-END]

0 commit comments

Comments
 (0)