From 6c36492f266c496fcc4c0f754fc8917ff4ef862f Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 13 Jun 2024 18:48:20 -0600 Subject: [PATCH] Update Reeadme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a059d8..811ddb5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ A little install script that installs FreePBX 17, but without all the commercial bloat. ## Usage -Just use this command to automatically run the command. +```bash +curl -s https://git.chrischro.me/ChrisChrome/freepbx-oss/raw/branch/main/install.sh | bash +``` -[ ] TODO: Add this kek \ No newline at end of file + +## Arguments +- `-y` Skip all prompts +- `--edge` Install the edge version of FreePBX + +## License +This project is licensed under the GNU General Public License v3.0 or later. See the [LICENSE](LICENSE) file for more information.