diff options
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 |