Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 94bc3c3

Browse files
committed
Use $HOME instead of ~
1 parent 2fd3b0f commit 94bc3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If not yet, you must add **`~/.composer/vendor/bin`** to `$PATH`.
1414
Append the following statement to `~/.bashrc`, `~/.zshrc` or what not.
1515

1616
```bash
17-
export PATH="~/.composer/vendor/bin:$PATH"
17+
export PATH="$HOME/.composer/vendor/bin:$PATH"
1818
```
1919

2020
### Local install only for development environment

0 commit comments

Comments
 (0)