diff --git a/README.md b/README.md index 7dd426bc8..c0c11108b 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ chsh will prompt you for your password, and change your default shell. Substitut Use the following command if you didn't already add your fish path to /etc/shells. - echo /usr/local/bin/fish | sudo tee -a /etc/shells + echo /usr/local/bin/fish | sudo tee -a /etc/shells To switch your default shell back, you can run: @@ -90,6 +90,8 @@ To switch your default shell back, you can run: Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate. +You may need to logout/login for the change (chsh) to take effect. + ## Contributing Changes to the Code See the [Guide for Developers](CONTRIBUTING.md).