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-05-06 00:04:22 +04:00
|
|
|
Atom is a hackable text editor for the 21st century.
|
|
|
|
|
|
|
|
Atom is open source and built on top of [atom-shell](http://github.com/atom/atom-shell).
|
|
|
|
|
|
|
|
Atom is designed to be customizable, but also usable without needing to edit a config file.
|
|
|
|
|
|
|
|
Atom is modern, approachable, and hackable to the core.
|
|
|
|
|
2014-05-06 02:33:03 +04:00
|
|
|
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-06 02:33:20 +04:00
|
|
|
|
|
|
|
**OS X Requirements**
|
|
|
|
* OS X 10.8 or later
|
|
|
|
* [node.js](http://nodejs.org/)
|
|
|
|
* Command Line Tools for [Xcode](https://developer.apple.com/xcode/downloads/)
|
|
|
|
|
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).
|