From d647e0d1c67d6a3bc8236537e058cb37f35f1649 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 3 Apr 2024 14:54:24 -0600 Subject: [PATCH] Update readme --- README => README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename README => README.md (93%) diff --git a/README b/README.md similarity index 93% rename from README rename to README.md index 6d8da9d..94321ce 100644 --- a/README +++ b/README.md @@ -1,6 +1,6 @@ # FreePBX Manager -[![License](https://img.shields.io/badge/license-GPL--3.0-blue)](https://github.com/ChrisChrome/freepbx-manager/blob/main/LICENSE) +[![License](https://img.shields.io/badge/license-GPL--3.0-blue)](https://github.com/ChrisChrome/discord-freepbx-manager/blob/main/LICENSE) ## Description FreePBX Manager is a Discord bot designed to manage FreePBX configurations. Please note that this project is currently a hot mess and may not be suitable for production use. @@ -10,9 +10,9 @@ To set up the config file, follow the steps below: 1. Clone the repository: ```shell - git clone https://github.com/ChrisChrome/freepbx-manager.git + git clone https://github.com/ChrisChrome/discord-freepbx-manager.git - cd freepbx-manager + cd discord-freepbx-manager ``` 2. Install the required dependencies: ```shell