jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

Readme should not direct the user to add symlinks to /usr/bin #164

Open semond opened 8 years ago

semond commented 8 years ago

Instead of having the Mac user pollute his /usr/bin directory with symlinks that shouldn't be there, you should direct him to “Atom > Open You Init Script" and have him add something like this at the bottom:

process.env.PATH = [
    '/usr/local/bin/',
    process.env.PATH
].join(':')

It will also solve El Capitan's proper refusal to add things to /usr/bin, and might help with other issues, like #108 .