Skip to content

Commit

Permalink
Add content from Sites to Atom guide.
Browse files Browse the repository at this point in the history
This CL adds the relevant content at
https://www.chromium.org/developers/using-atom-as-your-ide to the Atom
guide at docs/atom.md, so the Sites page can be replaced with a link to
the Markdown guide.

BUG=

Review-Url: https://codereview.chromium.org/2557613002
Cr-Commit-Position: refs/heads/master@{#436497}
  • Loading branch information
pwnall authored and Commit bot committed Dec 6, 2016
1 parent 4ed285e commit 7ebe6ab
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/atom.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
```

Expand Down

0 comments on commit 7ebe6ab

Please sign in to comment.