mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
31 lines
772 B
Markdown
31 lines
772 B
Markdown
# Atom — Futuristic Text Editing
|
|
|
|

|
|
|
|
Check out our [guides](https://www.atom.io/docs/latest/) and [API documentation](https://www.atom.io/docs/api/v34.0.0/api/)
|
|
|
|
## Installing
|
|
|
|
Download the latest Atom release from [speakeasy](https://speakeasy.githubapp.com/apps/27).
|
|
|
|
It will automatically update when a new release is available.
|
|
|
|
## Building
|
|
|
|
### Requirements
|
|
|
|
* Mountain Lion
|
|
* Looking for Windows support? Read [here][building].
|
|
* Boxen (Obviously Atom won't release with this requirement)
|
|
|
|
### Installation
|
|
|
|
1. `gh-setup atom`
|
|
|
|
2. `cd ~/github/atom`
|
|
|
|
3. `script/build`
|
|
|
|
|
|
[building]: https://github.com/atom/atom/blob/master/docs/building-atom.md
|