[openstreetmap/openstreetmap-website] WIP: devcontainer configuration (PR #6424)

Marwin Hochfelsner notifications at github.com
Wed Oct 22 16:17:38 UTC 2025


@hlfan commented on this pull request.



> +
+```bash
+sudo apt-get update
+sudo apt-get install git-core
+```
+
+### Fedora
+
+```bash
+sudo dnf install git
+```
+
+### macOS
+
+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.
+

Do the Windows instructions need to be more than this?
```markdown
### Windows

With `winget`, you can install Git with this command:
```bash
winget install --id Git.Git -e --source winget
``ˋ

Alternatively, you can check out [other install options](https://git-scm.com/install/windows).
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6424#pullrequestreview-3366550325
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6424/review/3366550325 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251022/6ca220f9/attachment.htm>


More information about the rails-dev mailing list