From ff85b2f76adeabea7c1ad5588a2bdb1935fcd46b Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Wed, 19 May 2021 23:10:31 -0500 Subject: [PATCH] Fix readme formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 205de4f..f451b90 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ channel of choice― make sure to set up the nick and everything. Then, you can just run miid every time the channel's output is updated: - `$ miid irc/$IRC_NETWORK/$IRC_CHANNEL $BOT_NICK` + $ miid irc/$IRC_NETWORK/$IRC_CHANNEL $BOT_NICK It helps to have inotifywait installed, so this can be done automatically: - `$ while inotifywait -e close_write irc/$IRC_NETWORK/$IRC_CHANNEL/out; \ + $ while inotifywait -e close_write irc/$IRC_NETWORK/$IRC_CHANNEL/out; \ do \ sh miid irc/$IRC_NETWORK/$IRC_CHANNEL/ $BOT_NICK; \ - done` + done ## Commands Check the ./helpdoc.