From fc2c76ee9a27cb2d4c3dd57ddaee3d6a73eae934 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Fri, 9 Oct 2020 21:07:25 +0200 Subject: [PATCH] Fixed some not working markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a44a289..8db46d2 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ To set zsh as default shell for your user, edit `/etc/passwd` (from `/bin/bash` - Running this command: ```chsch $USER``` - Modifying `/etc/passwd` - ..* Find line containing your username - ..* Put your username instead of `user` + * Find line containing your username + * Put your username instead of `user` From: `user:x:1000:1000::/home/user:/bin/bash` To: `user:x:1000:1000::/home/user:/bin/zsh`