From 7e04f50852ef50867aa0f99a358f19c243fec192 Mon Sep 17 00:00:00 2001 From: Manuel Blechschmidt Date: Fri, 18 Dec 2020 09:25:11 +0100 Subject: [PATCH] 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 Co-authored-by: Daniel Hutzel --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f7773c4..e26b2ca3 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,15 @@ Find here a collection of samples for the [SAP Cloud Application Programming Mod ![](https://github.com/SAP-samples/cloud-cap-samples/workflows/CI/badge.svg) [![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) + ### Preliminaries -1. [Install @sap/cds-dk](https://cap.cloud.sap/docs/get-started/) as documented in [capire](https://cap.cloud.sap) +1. [Install @sap/cds-dk](https://cap.cloud.sap/docs/get-started/) globally as documented in [capire](https://cap.cloud.sap) + ```sh + npm i -g @sap/cds-dk + ``` 2. _Optional:_ [Use Visual Studio Code](https://cap.cloud.sap/docs/get-started/in-vscode) - ### Download Clone this repo as shown below, if you have [git](https://git-scm.com/downloads) installed,