diff --git a/README.md b/README.md index 28d672b..39ff10b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ CrowdStrike Falcon Orchestrator is an extendable Windows-based application that Check out the following [video](https://www.youtube.com/watch?v=3Mi9L6na8G8) on YouTube for a project overview and demonstration of Falcon Orchestrator. +# Support + +As an open source project this software is not officially supported by CrowdStrike. As such we ask that you please refrain from sending inquiries to the CrowdStrike support team. The project maintainers will be working with active community contributors to address bugs and supply new features. If you have identified a bug please submit an issue through GitHub by following the contribution guidelines. You can also post questions or start conversations on the project through our [community forums](http://community.crowdstrike.com) page. + +You can also join the project chat room to discuss in greater detail, click [![Slack](https://falcon-orchestrator.herokuapp.com/badge.svg)](https://falcon-orchestrator.herokuapp.com) to sign up. Please note that the email you sign up with will be viewable by other users. If you wish to keep your company name anonymous you should use a personal email that holds no affiliation. + + # Getting Started Please refer to the [Wiki](https://github.com/CrowdStrike/falcon-orchestrator/wiki) page for instructions on installing and configuring the application. You can download the installer through the [release](https://github.com/CrowdStrike/falcon-orchestrator/releases/download/v1.0.0/FalconOrchestratorSetup.msi) page. @@ -45,12 +52,6 @@ The solution is composed of 7 projects/modules, each providing specific function **IOC** | Class Library | Library managing calls to and from the Falcon Host Management API for indicators. **Web** | ASP.NET Web Application | MVC based web application to provide user interface for interacting with the system. - -# Support - -As an open source project this software is not officially supported by CrowdStrike. As such we ask that you please refrain from sending inquiries to the CrowdStrike support team. The project maintainers will be working with active community contributors to address bugs and supply new features. -If you have identified a bug please submit an issue through GitHub by following the contribution guidelines. You can also post questions or start conversations on the project through our [community forums](http://community.crowdstrike.com) page. - # Contribution Contribution is key to the successs of any open source project. As such we highly recommend you get involved and help us to make the tool better for everyone! For guidelines on contributing refer to [CONTRIBUTING.md](https://github.com/CrowdStrike/falcon-orchestrator/blob/master/CONTRIBUTING.md)