From 2ac820fd6d5dc75eb33425ee34cf1d354cda36b8 Mon Sep 17 00:00:00 2001 From: Cameron Steffen Date: Sat, 21 Jul 2018 16:51:44 -0500 Subject: [PATCH] fix backticks --- Installing-ZSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 9ff81c9..73b9c1d 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -23,7 +23,7 @@ If necessary, follow these steps to install Zsh: or if you don't have permission to use `chsh`. If that's the case [you'll need to use a different procedure](https://www.google.com/search?q=zsh+default+without+chsh). 4. Log out and login back again to use your new default shell. 5. Test that it worked with `echo $SHELL`. Expected result: `/bin/zsh` or similar. -6. Test with '$SHELL --version'. Expected result: 'zsh 5.1.1' or similar +6. Test with `$SHELL --version`. Expected result: 'zsh 5.1.1' or similar ## How to install zsh in many platforms