Commit 98f8c44d2e217abb286e6eb56e00549672f154ed Parent: ec4699bd6d8000c863d2383839beae5c43387c2b Author: mcol <mcol@posteo.net> Date: 2019-04-16 12:08:43 +0100 Committer: mcol <mcol@posteo.net> Committed: 2019-04-16 12:08:43 +0100 clarify readme
readme.md Modified
@@ -1,9 +1,9 @@ my personal zsh env git clone --recurse-submodules https://github.com/mcolligan/zshrc.git ~/.zsh + ~/.zsh/install -and run install. +This appears to be required on raspberry pi: locale-gen en_US.UTF-8 -appears to be required on raspberry pi
install Modified
@@ -21,7 +21,7 @@ # inform if zsh is not yet installed if ! type zsh 2> /dev/null then - echo "zsh is not installed on this system." + echo "zsh is not installed on this system." fi