Skip to content

Commit bc33c35

Browse files
committed
separate JQ from the other requirements, it will no longer be needed
1 parent 9edd04e commit bc33c35

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

content/getting-started/environment-setup/_index.en.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,17 @@ After installing PHP, you must ensure that Composer 2 is installed on your machi
1919

2020
For more information on how to install Composer, go to the [official documentation](https://getcomposer.org/download/).
2121

22-
### JQ
23-
24-
Jq, a JSON processor, is also required for satellites to generate their composer.json files.
25-
26-
For more information on how to install jq, go to the [official documentation](https://stedolan.github.io/jq/download/).
27-
2822
### Docker (optional)
2923

3024
Gyroscops offers you the possibility to build your configurations as images that you can use in a dockerized environment.
3125
That's why you may also need Docker.
3226

3327
For more information on how to install Docker, go to the [official documentation](https://docs.docker.com/get-docker/).
28+
29+
## Before v0.6.6 of `php-etl/satellite`:
30+
31+
### JQ
32+
33+
Jq, a JSON processor, is also required for satellites to generate their composer.json files.
34+
35+
For more information on how to install jq, go to the [official documentation](https://stedolan.github.io/jq/download/).

0 commit comments

Comments
 (0)