Merge pull request #23237 from eileenmcnaughton/data_source
[civicrm-core.git] / ext / message_admin / README.md
CommitLineData
fe598fad 1# message_admin
8521225a
TO
2
3![Screenshot](/images/screenshot.png)
4
5(*FIXME: In one or two paragraphs, describe what the extension does and why one would download it. *)
6
7The extension is licensed under [AGPL-3.0](LICENSE.txt).
8
9## Requirements
10
11* PHP v7.2+
12* CiviCRM (*FIXME: Version number*)
13
14## Installation (Web UI)
15
16Learn more about installing CiviCRM extensions in the [CiviCRM Sysadmin Guide](https://docs.civicrm.org/sysadmin/en/latest/customize/extensions/).
17
18## Installation (CLI, Zip)
19
20Sysadmins and developers may download the `.zip` file for this extension and
21install it with the command-line tool [cv](https://github.com/civicrm/cv).
22
23```bash
24cd <extension-dir>
fe598fad 25cv dl message_admin@https://github.com/FIXME/message_admin/archive/master.zip
8521225a
TO
26```
27
28## Installation (CLI, Git)
29
30Sysadmins and developers may clone the [Git](https://en.wikipedia.org/wiki/Git) repo for this extension and
31install it with the command-line tool [cv](https://github.com/civicrm/cv).
32
33```bash
fe598fad
TO
34git clone https://github.com/FIXME/message_admin.git
35cv en message_admin
8521225a
TO
36```
37
38## Getting Started
39
40(* FIXME: Where would a new user navigate to get started? What changes would they see? *)
41
42## Known Issues
43
44(* FIXME *)