@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/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to