diff options
author | btdmaster <59375667+btdmaster@users.noreply.github.com> | 2021-03-13 20:44:24 +0000 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-03-18 16:50:43 -0500 |
commit | 897c2c00eff0dd73717b0903548912063cfd9f01 (patch) | |
tree | 7bdeb3243cfd934437702ad08d8b94fdefbc5b5f /README.md | |
parent | 08d518b7fe8f4eade97a50d41859da841a04658a (diff) |
README: Wrap 'make install' in backticks
This fixes #412
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |