diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2014-05-10 17:26:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:36:05 +0700 |
commit | e50988d28b4a7350141c551b5b29c25cf6331221 (patch) | |
tree | 55d053a4794042602f23df75ee21fceab325a8c9 /development/atom/README | |
parent | e56297f61df11f0206407e95ac1f03bd8695c9b0 (diff) | |
download | slackbuilds-e50988d28b4a7350141c551b5b29c25cf6331221.tar.gz |
development/atom: Added (Chrome-based and Hackable text editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/atom/README')
-rw-r--r-- | development/atom/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/atom/README b/development/atom/README new file mode 100644 index 0000000000..b747df381c --- /dev/null +++ b/development/atom/README @@ -0,0 +1,10 @@ +Atom is a Chorme-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. |