go-plus icon indicating copy to clipboard operation
go-plus copied to clipboard

Document use of environment variables when launching atom

Open joefitzgerald opened this issue 8 years ago • 0 comments

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 .

joefitzgerald avatar Dec 11 '17 17:12 joefitzgerald