pulsar/README.md

27 lines
861 B
Markdown
Raw Normal View History

2014-04-29 01:42:31 +04:00
# Atom — A hackable text editor for the 21st Century
2012-08-31 21:43:21 +04:00
2014-05-05 02:42:45 +04:00
![Atom](https://cloud.githubusercontent.com/assets/72919/2874231/3af1db48-d3dd-11e3-98dc-6066f8bc766f.png)
2012-08-31 21:43:21 +04:00
2014-04-29 01:42:31 +04:00
Atom is an open source text editor built on top of
[atom-shell](http://github.com/atom/atom-shell). It's designed to be
customizable, but also usable without needing to edit a config file. Atom is
modern, approachable, and hackable to the core. Visit [atom.io](http://atom.io)
to learn more.
2012-08-31 21:43:21 +04:00
2013-06-10 20:00:08 +04:00
## Installing
2013-11-27 22:59:11 +04:00
Download the latest [Atom release](https://github.com/atom/atom/releases/latest).
2013-06-10 20:00:08 +04:00
2013-11-27 22:59:11 +04:00
Atom will automatically update when a new release is available.
2013-06-10 20:00:08 +04:00
## Building
2012-09-25 20:24:50 +04:00
2014-05-05 22:06:36 +04:00
```sh
2014-04-29 01:42:31 +04:00
git clone git@github.com:atom/atom.git
cd atom
script/build # Creates application at /Applications/Atom.app
```
2013-11-08 03:08:39 +04:00
2014-04-29 01:42:31 +04:00
## Developing
Check out the [guides](https://atom.io/docs/latest) and the [API reference](atom.io/docs/api).