hackerb9 / lsix

Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
GNU General Public License v3.0
3.99k stars 129 forks source link

-sh: /usr/local/bin/lsix: Permission denied #12

Closed ghoshaw closed 5 years ago

ghoshaw commented 5 years ago

Hi, I put the file in /usr/local/bin, and it show the error that permission denied. I used this in Mac.

SijiaDavis commented 5 years ago

@ghoshaw try chmod 755 lsix, it will make it executable then you can run ./lsix

hackerb9 commented 5 years ago

SijiaDavis is correct. Although, if the file is in /usr/local/bin, you can do:

chmod 755 /usr/local/bin/lsix

and then run lsix.