From 73de9463291a41ef3114a2d958bae4e85e689422 Mon Sep 17 00:00:00 2001 From: Bandie Date: Wed, 14 Aug 2019 22:09:07 +0200 Subject: [PATCH] Example --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7395fb5..d96f1bd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,19 @@ # grub-ownership Show an owner when grub is booting up. -## Installation +It is looking like this: ``` +########################## +# Owner: # +# Alex Alexsen # +########################## +``` + + +## Installation + +```bash sudo make install # OR with an autotools like PREFIX: sudo PREFIX=/another/root make install @@ -28,7 +38,7 @@ OWNER_TIMEOUT=10 ## Uninstall -``` +```bash sudo make uninstall # OR with an autotools like PREFIX: sudo PREFIX=/another/root make uninstall