Skip to content

Commit 137c96a

Browse files
committed
...
1 parent 4042a0c commit 137c96a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,17 @@ composer build
2727
Find the latest release and install the PHAR directly.
2828

2929
```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
30+
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
3131
```
3232

33+
3334
#### CentOS RPM Package
3435

3536
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

Comments
 (0)