@danieldegroot2 commented on this pull request.
> +
+For macOS, you will need [Xcode Command Line
Tools](https://mac.install.guide/commandlinetools/); macOS 14 (Sonoma) or
later; and some familiarity with Unix development via the Terminal.
+
+### Windows
+
+You can install Git using
[WinGet](https://learn.microsoft.com/en-gb/windows/package-manager/winget/):
+
+```bash
+winget install --id Git.Git -e --source winget
+```
+
+Alternatively, see [other install
options](https://git-scm.com/install/windows).
+
+## Install Docker
+
+Devcontainers run on top of Docker, which needs to be installed. Again, the
methods will depend on your operating system.
S: Change grammar
```suggestion
You will need to install Docker in order to run devcontainers. Again, the
methods will depend on your operating system.
```
or
```suggestion
Installing Docker is required in order to run devcontainers. Again, the methods
will depend on your operating system.
```
or alternatively
```suggestion
Devcontainers run on top of Docker, which needs to be installed on your
operating system. Again, the methods will depend on your operating system.
```
(though this introduces duplicate text 'operating system'.)
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#pullrequestreview-3611505325
You are receiving this because you are subscribed to this thread.
Message ID:
<openstreetmap/openstreetmap-website/pull/6424/review/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev