summaryrefslogtreecommitdiffstats
path: root/development/atom/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/atom/README')
-rw-r--r--development/atom/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/atom/README b/development/atom/README
index b747df381c..7ae47025db 100644
--- a/development/atom/README
+++ b/development/atom/README
@@ -8,3 +8,11 @@ snippets, code folding and more.
To build Atom is necessary to download about 500MB of data,
which are temporarily stored in /tmp/atom-cached-atom-shells
and ~/.atom, which can be deleted after building.
+
+Optional building features:
+* Disable compiling metrics module for Google Analytics
+ for poeple who love your privacy
+ https://github.com/atom/metrics
+ DISABLE_METRICS=yes|no (default: no)
+* Delete temporary data cached after building package
+ DELETE_CACHE=yes|no (default: no)