[REF] Ship Flexmailer extension with Core
[civicrm-core.git] / ext / flexmailer / docs / install.md
1 To download the latest alpha or beta version:
2
3 ```bash
4 $ cv dl --dev flexmailer
5 ```
6
7 To download the latest, bleeding-edge code:
8
9 ```bash
10 $ cv dl org.civicrm.flexmailer@https://github.com/civicrm/org.civicrm.flexmailer/archive/master.zip
11 ```
12
13 To download the latest, bleeding-edge code from git:
14
15 ```bash
16 $ cd $(cv path -x .)
17 $ git clone https://github.com/civicrm/org.civicrm.flexmailer.git
18 $ cv en flexmailer
19 ```