@danieldegroot2 commented on this pull request.
> +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.
+
+In general: if you get an error about not having permission to use Docker, you
may need to add your user to the `docker` group. The details vary, but often
this is a case of running the following command:
+
+```bash
+sudo usermod --append --group docker $USERNAME
+```
+
+Where you must substitute `$USERNAME` with your actual username. After that,
reboot your computer to ensure that this change takes effect.
S: Change capital letter to lowercase letter as it elaborates on the example
('[example], where ...')
```suggestion
where you must substitute `$USERNAME` with your actual username. After that,
reboot your computer to ensure that this change takes effect.
```
or alternatively
```suggestion
You must substitute `$USERNAME` with your actual username. After that, reboot
your computer to ensure that this change takes effect.
```
(if starting a new sentence is preferred.)
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#pullrequestreview-3611508017
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