Skip to content

Commit e9312a8

Browse files
author
Kevin Krieger
committed
update readme
1 parent edcefd1 commit e9312a8

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,24 @@ If you're not using composer to manage non-magento 3rd party packages, then you
1010
3. Configure the module (see below).
1111

1212
## Installtion With Composer
13-
For those of you that want to keep 3rd party packages out of your repo, here are your instructions:
14-
1. Add `"sentry/sentry": "^1.6.0"` to your `composer.json` in the `require` section.
15-
2. Run `composer update` to update libraries.
16-
3. Pull down the code somewhere (`git clone [email protected]:magento-hackathon/LoggerSentry.git`)
17-
4. Copy over all files associatively.
18-
5. Delete `lib/` from the LoggerSentry folder (or wherever you just pulled down the code)
19-
6. Configure the module (see below).
13+
Add to your repositories:
14+
15+
```
16+
"repositories": [
17+
{
18+
"type": "composer",
19+
"url": "http://packages.firegento.com"
20+
}
21+
],
22+
```
23+
24+
Install with composer:
25+
26+
`composer require magento-hackathon/loggersentry`
27+
28+
Additional requirements:
29+
30+
[firegento/logger](https://github.com/firegento/firegento-logger)
2031

2132
## Configuration
2233

0 commit comments

Comments
 (0)