Minor tweaks to the markdown, in particular to wrap code characters in backticks

This commit is contained in:
Andy Allan 2022-10-19 16:11:57 +01:00
parent e927819d5d
commit 2837e9970f

View file

@ -7,7 +7,7 @@ These instructions are designed for setting up The Rails Port for development an
**Windows users: You must enable symlinks before cloning the repository.** This repository uses symbolic links that are not enabled by default on Windows. To enable them, [turn on Developer Mode](https://windowsreport.com/windows-11-developer-mode/) on Windows and run `git config --global core.symlinks true` to enable symlinks in Git. See [this StackOverflow question](https://stackoverflow.com/questions/5917249/git-symbolic-links-in-windows) for more information.
The first step is to fork/clone the repo to your local machine.
The first step is to fork/clone the repo to your local machine:
git clone https://github.com/openstreetmap/openstreetmap-website.git
@ -82,7 +82,7 @@ You can now use Docker to load this extract into your local Docker-based OSM ins
user="openstreetmap" \
validateSchemaVersion="no"
**Windows users:** Powershell uses ` and CMD uses ^.
**Windows users:** Powershell uses `` ` `` and CMD uses `^` at the end of each line, e.g.:
docker-compose run --rm web osmosis `
-verbose `