Skip to content

Commit

Permalink
Update envoy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmagdic committed Apr 17, 2020
1 parent 299d9b8 commit 508d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ First, install Envoy using the Composer `global require` command:

Since global Composer libraries can sometimes cause package version conflicts, you may wish to consider using `cgr`, which is a drop-in replacement for the `composer global require` command. The `cgr` library's installation instructions can be [found on GitHub](https://github.com/consolidation-org/cgr).

> {note} Make sure to place the `~/.composer/vendor/bin` directory in your PATH so the `envoy` executable is found when running the `envoy` command in your terminal.
> {note} Make sure to place the `$HOME/.config/composer/vendor/bin` or `$HOME/.composer/vendor/bin` directory in your PATH so the `envoy` executable is found when running the `envoy` command in your terminal.
#### Updating Envoy

Expand Down

0 comments on commit 508d60a

Please sign in to comment.