2013-01-12 04:10:11 +04:00
|
|
|
# Atom — Futuristic Text Editing
|
2012-08-31 21:43:21 +04:00
|
|
|
|
2013-06-10 20:00:26 +04:00
|
|
|
![atom](https://s3.amazonaws.com/speakeasy/apps/icons/27/medium/7db16e44-ba57-11e2-8c6f-981faf658e00.png)
|
2012-08-31 21:43:21 +04:00
|
|
|
|
2013-11-05 21:04:26 +04:00
|
|
|
Check out our [guides](https://www.atom.io/docs/latest/) and [API documentation](https://www.atom.io/docs/api/v34.0.0/api/)
|
2012-08-31 21:43:21 +04:00
|
|
|
|
2013-06-10 20:00:08 +04:00
|
|
|
## Installing
|
|
|
|
|
|
|
|
Download the latest Atom release from [speakeasy](https://speakeasy.githubapp.com/apps/27).
|
|
|
|
|
2013-06-10 20:01:00 +04:00
|
|
|
It 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
|
|
|
|
2013-03-05 10:07:22 +04:00
|
|
|
### Requirements
|
2012-08-31 21:43:21 +04:00
|
|
|
|
2013-03-05 10:07:22 +04:00
|
|
|
* Mountain Lion
|
2013-11-08 06:41:52 +04:00
|
|
|
* Looking for Windows support? Read [here][building].
|
2013-06-21 09:02:28 +04:00
|
|
|
* Boxen (Obviously Atom won't release with this requirement)
|
2012-08-31 21:43:21 +04:00
|
|
|
|
2013-03-05 10:07:22 +04:00
|
|
|
### Installation
|
2012-08-31 21:43:21 +04:00
|
|
|
|
2013-03-05 10:07:22 +04:00
|
|
|
1. `gh-setup atom`
|
2012-09-25 20:22:24 +04:00
|
|
|
|
2013-06-21 04:10:11 +04:00
|
|
|
2. `cd ~/github/atom`
|
|
|
|
|
2013-06-21 20:46:14 +04:00
|
|
|
3. `script/build`
|
2013-11-08 03:08:39 +04:00
|
|
|
|
|
|
|
|
2013-11-08 06:41:52 +04:00
|
|
|
[building]: https://github.com/atom/atom/blob/master/docs/building-atom.md
|