From 897c2c00eff0dd73717b0903548912063cfd9f01 Mon Sep 17 00:00:00 2001 From: btdmaster <59375667+btdmaster@users.noreply.github.com> Date: Sat, 13 Mar 2021 20:44:24 +0000 Subject: [PATCH] README: Wrap 'make install' in backticks This fixes #412 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4958d7c..90f60e8a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ OpenRC requires GNU make. Once you have GNU Make installed, the default OpenRC installation can be executed using this command: -make install +`make install` ## Configuration