Angelmmiguel / pm

The easy way to switch between your projects on ZSH
MIT License
193 stars 17 forks source link

Install failed on macOS 10.13.2 #13

Closed Fangyh09 closed 6 years ago

Fangyh09 commented 6 years ago

Cannot install it on macOS 10.13.2

./install.sh

And I got

Hello! I'm here to help you to install PM
What's your shell? [ zsh ]: yes
Installing v0.4 version...
Now, your console isn't available :(. Create an issue on: https://github.com/Angelmmiguel/pm/issues.
Angelmmiguel commented 6 years ago

Hello @Fangyh09,

Sorry for the confusion. The input expects a value from the array. Instead of yes, the response should be zsh:

Hello! I'm here to help you to install PM
What's your shell? [ zsh ]: zsh

In the past, I planned to support more than one shell. However, I decided to support only zsh so it doesn't make sense to continue showing that input. I'll remove it from the project.

Could you check if the installation is fine using the zsh value?

Thanks!

Angelmmiguel commented 6 years ago

I'm going to close this issue. Please, reopen it in case you cannot make it work or have another question :)

Fangyh09 commented 6 years ago

@Angelmmiguel Okay~