We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4042a0c commit 137c96aCopy full SHA for 137c96a
README.md
@@ -27,9 +27,17 @@ composer build
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
+curl -Ls https://github.com/mageops/php-report-cloudwatch-forwarder/releases/latest/download/aws-excfwd -o /usr/local/bin/aws-excfwd && chmod +x /usr/local/bin/aws-excfwd
31
```
32
33
+
34
#### CentOS RPM Package
35
36
Install the package from [MageOps RPM Repository](https://mageops.github.io/rpm/).
37
38
39
+#### Use composer global install (not recommened)
40
41
+```shell
42
+composer global require creativestyle/mageops-report-cloudwatch-forwarder
43
+```
0 commit comments