Skip to content

Commit 8da929d

Browse files
committed
Update AWS readme
1 parent 180ba98 commit 8da929d

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

src/Aws/README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
Readme for opentelemetry-php-contrib AWS package (temporary file)
1+
2+
## Installation
3+
4+
### 1.1. Install PHP library/SDK dependencies
5+
6+
Take a look at the documentation of the [PHP library](https://github.com/open-telemetry/opentelemetry-php) on how to install its dependencies.
7+
8+
### 1.2. Install the Package
9+
10+
1. Add
11+
```bash
12+
"minimum-stability": "dev",
13+
"prefer-stable": true,
14+
```
15+
16+
To your project's `composer.json` file, as this utility has not reached a stable release status yet.
17+
18+
2. Install the package with composer:
19+
20+
```bash
21+
$ composer require open-telemetry/contrib-aws
22+
```
23+

0 commit comments

Comments
 (0)