This repository was archived by the owner on Jan 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ Generates general purpose [docker-compose.yml](https://docs.docker.com/compose/y
77 Usage: drupal-compose
88
99 Options:
10- -f, --file FILE Specify an alternate compose file (default: docker-compose.yml)
11-
10+ -f, --file FILE Specify an alternate compose file (default: docker-compose.yml)
11+ -v, --version Show version number
12+ -h, --help Show help
13+
1214## Install
1315
1416 TMP="$(mktemp -d)" \
1517 && git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
1618 && cd "${TMP}" \
17- && git checkout 1.0.5 \
19+ && git checkout 1.0.6 \
1820 && sudo cp "${TMP}/drupal-compose.sh" /usr/local/bin/drupal-compose \
1921 && sudo chmod +x /usr/local/bin/drupal-compose \
2022 && cd -
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 1.0.5 "
3+ VERSION=" 1.0.6 "
44
55WORKING_DIR=" $( pwd) "
66
@@ -12,6 +12,8 @@ Usage: drupal-compose
1212
1313Options:
1414 -f, --file FILE Specify an alternate compose file (default: docker-compose.yml)
15+ -v, --version Show version number
16+ -h, --help Show help
1517EOF
1618
1719 exit 1
You can’t perform that action at this time.
0 commit comments