docs icon indicating copy to clipboard operation
docs copied to clipboard

Update cli.md

Open ganevdev opened this issue 1 year ago • 1 comments

~/Library/Application Support/Steam/steamapps/common/Aseprite/Aseprite.app/Contents/MacOS/aseprite because of the space, this path does not work, and an error occurs zsh: no such file or directory: /Users/user/Library/Application

Correct path is: ~/Library/Application\ Support/Steam/steamapps/common/Aseprite/Aseprite.app/Contents/MacOS/aseprite

ganevdev avatar Nov 06 '24 15:11 ganevdev

The path was written in such way that it can be copied and pasted in spotlight (Command key + Space). I have to test if adding quotes "..." it works in spotlight, as it should work on the terminal too.

dacap avatar Aug 21 '25 10:08 dacap