asepsis icon indicating copy to clipboard operation
asepsis copied to clipboard

document post installation procedure

Open niftylettuce opened this issue 9 years ago • 0 comments

Per http://stackoverflow.com/a/24710924 seems like you need to run this after asepsis is installed:

find ~ -name ".DS_Store" -delete
# or
find <your path> -name ".DS_Store" -delete

Shouldn't this be documented in Readme or in the .app installer?

niftylettuce avatar Dec 05 '15 19:12 niftylettuce