@pablobm 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.

Thank you. I went with "Substitute `$USERNAME` with your actual username in the 
command above".

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#discussion_r2664644149
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

Reply via email to