go-plus
go-plus copied to clipboard
Document use of environment variables when launching atom
Sometimes it is not obvious that you can launch an atom window with custom environment variables. This can be helpful in a variety of scenarios. We should document it in the README.
E.g.:
-
TMPDIR=/custom atom . -
GOPATH=/some/gopath atom . -
GOOS=windows atom .