We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2cab2 commit 4042a0cCopy full SHA for 4042a0c
.travis.yml
@@ -9,7 +9,7 @@ before_script:
9
- travis_retry composer install --no-interaction --prefer-source --dev
10
11
script:
12
- - set -x
+ - set -e
13
- composer build
14
- cd build; shashum > shashum; cd ..
15
README.md
@@ -22,6 +22,14 @@ composer build
22
23
### Install
24
25
+#### Fetch from GitHub releases
26
+
27
+Find the latest release and install the PHAR directly.
28
29
+```shell
30
+curl -Ls https://github.com/mageops/php-report-cloudwatch-forwarder/releases/aws-excfwd -O /usr/local/bin/aws-excfwd && chmod +x /usr/local/bin/aws-excfwd
31
+```
32
33
#### CentOS RPM Package
34
35
Install the package from [MageOps RPM Repository](https://mageops.github.io/rpm/).
0 commit comments