diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2014-10-18 16:58:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-18 16:58:23 +0700 |
commit | bdf4f86fe6c556f73c8d45c634e789de1971ef5b (patch) | |
tree | afe1fd1e2ce6c54829048148b4c1446c03b99ffb /development/atom/README | |
parent | eaaeec68feaf0f50630cae4745765777a482e45e (diff) | |
download | slackbuilds-bdf4f86fe6c556f73c8d45c634e789de1971ef5b.tar.gz |
development/atom: Updated for version 0.138.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/atom/README')
-rw-r--r-- | development/atom/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/development/atom/README b/development/atom/README index 7ae47025db..b65b016b6b 100644 --- a/development/atom/README +++ b/development/atom/README @@ -1,13 +1,16 @@ -Atom is a Chorme-based text editor, hackable and full-featured. +Atom is a Chrome-based text editor, hackable and full-featured. Atom comes loaded with the features you've come to expect from a modern text editor, like a file system browser, fuzzy finder for quickly opening files, fast project-wide search and replace, 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. +The apm tool is renamed to atom-apm for prevent conflicts with +apmd package. + +To build Atom is necessary to download about 500MB of data, +which are temporarily stored in ~/.atom, which can be +deleted after building. Optional building features: * Disable compiling metrics module for Google Analytics |