From f837264d76f95f4cd30365784c5e464ff811f1fe Mon Sep 17 00:00:00 2001 From: Sharon Date: Wed, 6 May 2020 20:43:20 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f836f20..7e002ad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -# OCRCC Bot +# Safe Support Chat Bot -A simple Matrix bot that handles inviting, uninviting, and notifying Riot users on the recieving end of the [OCRCC chatbox](https://github.com/nomadic-labs/ocrcc-chatbox). +A simple Matrix bot that handles inviting, uninviting, and notifying Riot users on the recieving end of the [Safe Support chatbox](https://github.com/nomadic-labs/safesupport-chatbox). -A demo of this bot is hosted on Glitch: https://glitch.com/edit/#!/nomadic-labs-ocrcc-bot -You can remix it and continue developing directly on Glitch. All you need to do is add an `.env` file with the following variables: +The bot can be configured with an `.env` file with the following variables: ``` MATRIX_SERVER_URL= @@ -41,12 +40,12 @@ If you prefer to develop locally instead of on Glitch: Clone the project ``` -git clone https://github.com/nomadic-labs/ocrcc-bot.git +git clone https://github.com/nomadic-labs/safesupport-bot.git ``` Install dependencies ``` -cd ocrcc-bot +cd safesupport-bot yarn ```