We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfad25 commit b67dc2eCopy full SHA for b67dc2e
README.md
@@ -20,20 +20,19 @@ cd "1 Hands-on Legacy Code"
20
21
## Containerized Version
22
23
-The easiest way is to use open the project in Visual Studio Code inside a Devcontainer. For that you need Docker installed.
+The easiest way is to use open the project in Visual Studio Code or IntelliJ inside a Devcontainer. For that you need Docker installed.
24
25
### Install Docker Desktop
26
27
On Windows:
28
29
```powershell
30
-winget install -e --id Docker.DockerDesktop
+winget install -e --id suse.RancherDesktop
31
```
32
-
33
On MacOS:
34
35
```sh
36
-brew install --cask docker
+brew install --cask rancher
37
38
39
## On Your Own System
0 commit comments