From 2ecc8a2905937575d94c6106f04dee9867f663fc Mon Sep 17 00:00:00 2001 From: czoczo Date: Fri, 21 Dec 2018 08:26:07 +0100 Subject: [PATCH] some markup and install methods minor fixes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a27988a..6c1f3c0 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ chmod +x ./BetterMOTD/bmotd.sh ``` ## usage: `./bmotd.sh` -`Use: ./bmotd.sh [ test | update | enable | disable ]` -` ` -` test - Print generated motd to standard output. Use for preview.` -` update - Update /etc/motd file` -` enable - Places ./bmotd.sh in /etc and adds cron entry for script to run every minute` -` disable - Removes cron entry and disables refreshes of /etc/motd` +`Use: ./bmotd.sh [ test | update | enable | disable ]` +` ` +` test - Print generated motd to standard output. Use for preview.` +` update - Update /etc/motd file` +` enable - Places ./bmotd.sh in /etc and adds cron entry for script to run every minute` +` disable - Removes cron entry and disables refreshes of /etc/motd`