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.
I tried many times to install your plugin on macOS following your README but I always get this error:
I checked man of
readlink
and found that you can't use it with flag-f
which stands forFormat
and I used instead ofreadlink
=>stat
, it worked finally! Thanks for your efforts, really awesome plugin.