Open
Description
If $HOME contains space (which is the case for multiword usernames on Windows), the installer fails:
$ curl -s https://sourcerer.io/app/install | bash
Installing sourcerer app...
bash: line 12: [: c/Users/Alexander: binary operator expected
mkdir: cannot create directory 'c/Users/Alexander': Permission denied
...