diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2014-06-17 18:45:37 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:19:03 -0500 |
commit | e8b84e3e7e3b5729771be85740a6cdac66e2569a (patch) | |
tree | 66b1fac9a0e191ac3cd1cc9c7a91d14aec012200 /development/atom/README | |
parent | 139dc4299b9915812b9abd6e0bd919051b4dd512 (diff) | |
download | slackbuilds-e8b84e3e7e3b5729771be85740a6cdac66e2569a.tar.gz |
development/atom: Updated for version 0.103.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/atom/README')
-rw-r--r-- | development/atom/README | 8 |
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) |