From 49a4dfc98871b2e42fdd70211364b3ecb01ce188 Mon Sep 17 00:00:00 2001 From: Daniel Schlachter Date: Wed, 12 Mar 2025 11:02:08 +0100 Subject: [PATCH] Simplify setup instructions (#807) - link directly to the initial setup section in capire, instead of the getting started guide with a different sample. - remove installation section here, as it's a duplicate to the capire section --------- Co-authored-by: Christian Georgi --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 7baa982f..b55973f0 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,7 @@ Find here a collection of samples for the [SAP Cloud Application Programming Mod ### Preliminaries -1. Ensure you have the latest LTS version of Node.js installed (see [Getting Started](https://cap.cloud.sap/docs/get-started/jumpstart)) -2. Install [**@sap/cds-dk**](https://cap.cloud.sap/docs/get-started/) globally: - - ```sh - npm i -g @sap/cds-dk - ``` - -3. _Optional:_ [Use Visual Studio Code](https://cap.cloud.sap/docs/get-started/tools#vscode) +Ensure you have the latest LTS version of Node.js, [`@sap/cds-dk`](https://www.npmjs.com/package/@sap/cds-dk) installed globally, `git` and your IDE ready (see [Initial Setup](https://cap.cloud.sap/docs/get-started/#setup)) ### Download