Skip to content

Commit

Permalink
Remove --add tiny-sample and npm install from Hello World (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldmann authored Dec 11, 2023
1 parent 9c67a55 commit 7d87d5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions get-started/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@ Let's create a simple _Hello World_ OData service using the SAP Cloud Applicatio
<div class="impl node">

```sh
cds init hello-world --add tiny-sample
cds init hello-world
cd hello-world
npm install
```

</div>

<div class="impl java">

```sh
cds init hello-world --add java,samples
cds init hello-world --add java
cd hello-world
```

Expand Down

0 comments on commit 7d87d5f

Please sign in to comment.