aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbtdmaster <59375667+btdmaster@users.noreply.github.com>2021-03-13 20:44:24 +0000
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-03-18 16:50:43 -0500
commit897c2c00eff0dd73717b0903548912063cfd9f01 (patch)
tree7bdeb3243cfd934437702ad08d8b94fdefbc5b5f
parent08d518b7fe8f4eade97a50d41859da841a04658a (diff)
README: Wrap 'make install' in backticks
This fixes #412
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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