From 6800601d94ae702f9f01c5d2d953d8056544f44b Mon Sep 17 00:00:00 2001 From: James Westman Date: Mon, 6 Dec 2021 12:26:34 -0600 Subject: [PATCH] docs: Fix inline code I keep forgetting this isn't markdown --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index bb61ae3..e7fff24 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -12,7 +12,7 @@ Clone `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 ` port`) +In your project's directory, run ``blueprint-compiler port`` (or `` 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.