Clarification of install operations #44

Closed
tirkarthi opened this Issue Feb 17, 2015 · 2 comments

2 participants

@tirkarthi

The installation instruction asks users to run sh ~/.zsh-autosuggestions/install for installation. But sh is symlinked to dash in ubuntu 12.04 and probably in many Debian distros. Since dash doesn't support SOURCE="${BASH_SOURCE[0]}" it throws up an error. It will be good if there is an explanation for this in the instructions for Debian based distros to run it with bash or to ask users to run it with /bin/bash directly.

@faceleg

Please feel free to update the README - I will immediately merge such a PR

@tirkarthi

Closing the issue with the merge of pull request 45

@tirkarthi tirkarthi closed this Feb 18, 2015
@faceleg faceleg added a commit that referenced this issue Feb 22, 2015
@faceleg faceleg Addresses #44 533325c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment