gasparch / vim-ide-elixir

Highly opininated setup of vim plugins for Elixir development
29 stars 4 forks source link

"install.sh" using `readlink` which doesn't work with flag `-f` #4

Closed alaadahmed closed 3 years ago

alaadahmed commented 6 years ago

I tried many times to install your plugin on macOS following your README but I always get this error:

readlink: illegal option -- f
usage: readlink [-n] [file ...]
usage: dirname path
It needs wget to download stuff from internets

I checked man of readlink and found that you can't use it with flag -f which stands for Format and I used instead of readlink => stat, it worked finally! Thanks for your efforts, really awesome plugin.

gasparch commented 6 years ago

Thank you a lot for being one of the first adopters ;)

I'll fix it to work on MacOS too. Please report any problems and feature requests with environment, because I'm using it on Linux only.