Skip to content

Commit

Permalink
readme: add note about shell collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan authored Jun 3, 2022
1 parent 091de84 commit 7b2ddec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Dip can be injected into the current shell (ZSH or Bash).
eval "$(dip console)"
```

**IMPORTANT**: Beware of possible collisions with local tools. One particular example is supporting both local and Docker frontend build tools, such as Yarn. If you want some developer to run `yarn` locally and other to use Docker for that, you should either avoid adding the `yarn` command to the `dip.yml` or avoid using the shell integration for hybrid development.

After that we can type commands without `dip` prefix. For example:

```sh
Expand Down

0 comments on commit 7b2ddec

Please sign in to comment.