Add further instuction for chsh (logout) to README (#3251)

This commit is contained in:
Kalpesh Parmar 2016-07-17 17:46:32 +01:00 committed by Fabian Homborg
parent eb0d04d7ff
commit f9355a0b86

View File

@ -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).