From 254e2a117e1e7d6916b7ad4c2bb14ce42dbb1a96 Mon Sep 17 00:00:00 2001 From: czoczo Date: Fri, 21 Dec 2018 08:24:42 +0100 Subject: [PATCH] some markup and install methods minor fixes --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 02731dc..a27988a 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ git clone https://cz0.cz/git/czoczo/BetterMOTD.git 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 +`./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`