Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 8bdda4d

Browse files
authored
Merge pull request #18 from maxstreifeneder/master
adjusted prerequisites: added curl + jq
2 parents 448c989 + ba50d39 commit 8bdda4d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

prerequisites.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,22 @@ choco install sqlite
5454
choco install make
5555
```
5656

57-
4. Use Chocolatey to install the Cloud Foundry command line interface (CLI):
57+
4. Use Chocolatey to install curl (command-line client for URLs):
58+
```bash
59+
choco install curl
60+
```
61+
62+
5. Use Chocolatey to install jq (lightweight and flexible command-line JSON processor):
63+
```bash
64+
choco install jq
65+
```
66+
67+
6. Use Chocolatey to install the Cloud Foundry command line interface (CLI):
5868
```bash
5969
choco install cloudfoundry-cli
6070
```
61-
5. Install Windows Build Tools:
71+
72+
7. Install Windows Build Tools:
6273
```bash
6374
npm install --global windows-build-tools
6475
```

0 commit comments

Comments
 (0)