diff --git a/README.md b/README.md index e58a933..14e79d9 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash`
* Find line containing your username + * Change the end of the line + From: ...`:/bin/bash` -From: ...`:/bin/bash` - -To: ...`:/bin/zsh` + To: ...`:/bin/zsh`
## What I used