diff options
Diffstat (limited to 'docs/installation.md')
-rw-r--r-- | docs/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation.md b/docs/installation.md index 6d0f3f997..767f571e8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -96,13 +96,13 @@ Then add these lines to the appropriate file, save it, and open a new shell. {% codetabs %} -```bash#bash -# ~/.bashrc +```bash#zsh +# ~/.zshrc export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" ``` -```bash#zsh +```bash#bash # ~/.bashrc export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" |