Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1359)

Unified Diff: docs/atom.md

Issue 2557613002: Add content from Sites to Atom guide. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/atom.md
diff --git a/docs/atom.md b/docs/atom.md
index c6d729030f52fe43e6c983075f9adeefb9619932..1499169dcd1ab7e9d2938aacb712f55560892cd5 100644
--- a/docs/atom.md
+++ b/docs/atom.md
@@ -1,5 +1,16 @@
# Atom
+[Atom](https://atom.io/)
+([Wikipedia](https://en.wikipedia.org/wiki/Atom_(text_editor))) is a
+multi-platform code editor that is itself based on Chromium.
+[Turtles aside](https://en.wikipedia.org/wiki/Turtles_all_the_way_down), Atom
+has a growing community and base of installable plugins and themes.
+
+You can download and install via links from the
+[main Atom site](https://atom.io/). If you're interested in checking out the
+code and contributing, see the
+[developer page](https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md).
+
[TOC]
## Workflow
@@ -21,7 +32,7 @@ A typical Atom workflow consists of the following.
To setup this workflow, install Atom packages for Chrome development.
```
-$ apm install build-ninja clang-format \
+$ apm install build build-ninja clang-format \
linter linter-cpplint linter-eslint switch-header-source you-complete-me
```
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698