From 456e51103176731754b238a5e70a19e427ce19e6 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 3 Feb 2015 16:31:56 -0800 Subject: [PATCH] :memo: Doc ATOM_HOME --- src/browser/main.coffee | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/browser/main.coffee b/src/browser/main.coffee index 809c9dda3..8e02fead7 100644 --- a/src/browser/main.coffee +++ b/src/browser/main.coffee @@ -98,8 +98,12 @@ parseCommandLine = -> opened or a new window if it hasn't. Environment Variables: - ATOM_DEV_RESOURCE_PATH The path from which Atom loads source code in dev mode. - Defaults to `~/github/atom`. + + ATOM_DEV_RESOURCE_PATH The path from which Atom loads source code in dev mode. + Defaults to `~/github/atom`. + + ATOM_HOME The root path for all configuration files and folders. + Default to `~/.atom`. """ options.alias('d', 'dev').boolean('d').describe('d', 'Run in development mode.') options.alias('f', 'foreground').boolean('f').describe('f', 'Keep the browser process in the foreground.')