Skip to content

Commit

Permalink
Fix instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
rogatty authored Apr 8, 2020
1 parent 667dc6a commit 17c5ada
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ composer require bethinkpl/elastic-apm-laravel

## Use local code in wnl-platform instead of a released package
```
rm -rf /code/wnl-platform/vendor/bethinkpl/elastic-apm-laravel
ln -s /code/elastic-apm-laravel /code/wnl-platform/vendor/bethinkpl
cd wnl-platform/vendor/bethinkpl/
rm -rf elastic-apm-laravel
ln -s ../../../elastic-apm-laravel ./elastic-apm-laravel
```
Make sure to use absolute paths.

Expand Down

0 comments on commit 17c5ada

Please sign in to comment.