Skip to content

Commit b70560b

Browse files
authored
Update README.md
1 parent 1e73e50 commit b70560b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ docker-compose -v
8888
docker version
8989
```
9090

91-
Please ensure that you are using Docker version 18.03 or higher and Docker Compose 1.21 or higher and upgrade if
91+
Please ensure that you are using Docker version 24.0.x or higher and Docker Compose 2.24.x or higher and upgrade if
9292
necessary.
9393

9494
### Postman <img src="https://raw.githubusercontent.com/FIWARE/tutorials.Step-by-Step/master/img/postman.svg" align="left" height="30" width="30">
@@ -106,6 +106,12 @@ the concept of a project object model (POM), Maven can manage a project's build,
106106
central piece of information. Maven can be used to define and download our dependencies and to build and package Java or
107107
Scala code into a JAR file.
108108

109+
### Windows Subsystem for Linux
110+
111+
We will start up our services using a simple bash script. Windows users should download the
112+
[Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install) to provide a command-line
113+
functionality similar to a Linux distribution on Windows.
114+
109115
---
110116

111117
## License

0 commit comments

Comments
 (0)