document post installation procedure
Open
- Dominant language
- C
- Stars
- 351
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Per http://stackoverflow.com/a/24710924 seems like you need to run this after `asepsis` is installed:
``` bash
find ~ -name ".DS_Store" -delete
# or
find -name ".DS_Store" -delete
```
Shouldn't this be documented in Readme or in the `.app` installer?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.