Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 9e2c7ac

Browse files
ManuelBchgeodanjoa
authored andcommitted
Added installation for cds (#177)
When running these samples for the first time, it is necessary to install the cds binaries globally. Co-authored-by: Christian Georgi <[email protected]> Co-authored-by: Daniel Hutzel <[email protected]>
1 parent 042a956 commit 9e2c7ac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ Find here a collection of samples for the [SAP Cloud Application Programming Mod
55
![](https://github.com/SAP-samples/cloud-cap-samples/workflows/CI/badge.svg)
66
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/cloud-cap-samples)](https://api.reuse.software/info/github.com/SAP-samples/cloud-cap-samples)
77

8+
89
### Preliminaries
910

10-
1. [Install @sap/cds-dk](https://cap.cloud.sap/docs/get-started/) as documented in [capire](https://cap.cloud.sap)
11+
1. [Install @sap/cds-dk](https://cap.cloud.sap/docs/get-started/) globally as documented in [capire](https://cap.cloud.sap)
12+
```sh
13+
npm i -g @sap/cds-dk
14+
```
1115
2. _Optional:_ [Use Visual Studio Code](https://cap.cloud.sap/docs/get-started/in-vscode)
1216

13-
1417
### Download
1518

1619
Clone this repo as shown below, if you have [git](https://git-scm.com/downloads) installed,

0 commit comments

Comments
 (0)