From 05d1f92ae1cca9cd3ced8d28e2524b4f23a24945 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Tue, 21 Apr 2020 22:51:00 -0600 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f07cad4..9e94cd6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ expression as such: And the dicebot should reply with the result in short order. You can also run it yourself by creating a bot account, building the dicebot -program, and creating a config file that looks like this: +program (either from this repo or by running `cargo install +axfive-matrix-dicebot`, and creating a config file that looks like this: ```ini [matrix] @@ -42,9 +43,8 @@ type = 'm.login.password' user = 'axfive-dicebot' ``` -Of course replacing all the necessary fields. Then you can run the built -"dicebot" binary pointing at that, and it will log in and hum along and do its -thing. +Of course replacing all the necessary fields. Then you can run the "dicebot" +binary pointing at that, and it will log in and hum along and do its thing. You can also just run it on the command line with the `dicebot-cmd` command, which expects you to feed it one of the command expressions as shown above, and