docs: Fix inline code

I keep forgetting this isn't markdown
This commit is contained in:
James Westman 2021-12-06 12:26:34 -06:00
parent d23c06b8fd
commit 6800601d94
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -12,7 +12,7 @@ Clone `blueprint-compiler <https://gitlab.gnome.org/jwestman/blueprint-compiler>
from source. You can install it using `meson _build` and `ninja -C _build install`,
or you can leave it uninstalled.
In your project's directory, run `blueprint-compiler port` (or `<path to blueprint-compiler.py> port`)
In your project's directory, run ``blueprint-compiler port`` (or ``<path to blueprint-compiler.py> port``)
to start the porting process. It will walk you through the steps outlined below.
It should work for most projects, but if something goes wrong you may need to
follow the manual steps instead.