You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-1Lines changed: 43 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,50 @@ If you want to read about using Atom or developing packages in Atom, the [Atom F
28
28
The [API reference](https://atom.io/docs/api) for developing packages is also documented on Atom.io.
29
29
30
30
## Installing
31
+
<!-- ### Prerequisites
32
+
- [Git](https://git-scm.com)
31
33
32
-
Currently, to get binaries based on code by the Atom community, binaries can be downloaded from the [Azure Pipeline](https://dev.azure.com/atomcommunity/atomcommunity/_build?definitionId=10&_a=summary). From this pipeline, the latest run can be selected. From there, the `8 published` link should be selected to download the files.
34
+
### macOS
35
+
36
+
Download the latest [Atom release](https://github.com/atom/atom/releases/latest).
37
+
38
+
Atom will automatically update when a new release is available.
39
+
40
+
### Windows
41
+
42
+
Download the latest [Atom installer](https://github.com/atom/atom/releases/latest). `AtomSetup.exe` is 32-bit. For 64-bit systems, download `AtomSetup-x64.exe`.
43
+
44
+
Atom will automatically update when a new release is available.
45
+
46
+
You can also download `atom-windows.zip` (32-bit) or `atom-x64-windows.zip` (64-bit) from the [releases page](https://github.com/atom/atom/releases/latest).
47
+
The `.zip` version will not automatically update.
48
+
49
+
Using [Chocolatey](https://chocolatey.org)? Run `cinst Atom` to install the latest version of Atom.
50
+
51
+
### Linux
52
+
53
+
Atom is only available for 64-bit Linux systems.
54
+
55
+
Configure your distribution's package manager to install and update Atom by following the [Linux installation instructions](https://flight-manual.atom.io/getting-started/sections/installing-atom/#platform-linux) in the Flight Manual. You will also find instructions on how to install Atom's official Linux packages without using a package repository, though you will not get automatic updates after installing Atom this way.
56
+
57
+
#### Archive extraction
58
+
59
+
An archive is available for people who don't want to install `atom` as root.
60
+
61
+
This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit,
62
+
but should be compatible with other Linux distributions.
2. Download `atom-amd64.tar.gz` from the [Atom releases page](https://github.com/atom/atom/releases/latest).
69
+
3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder.
70
+
4. Launch Atom using the installed `atom` command from the newly extracted directory.
71
+
72
+
The Linux version does not currently automatically update so you will need to
73
+
repeat these steps to upgrade to future releases. -->
74
+
Currently, to get binaries based on code by the Atom community, binaries can be downloaded from the [Azure Pipeline](https://dev.azure.com/atomcommunity/atomcommunity/_build/latest?definitionId=10&branchName=master). From this pipeline, the latest run can be selected. From there, the `8 published` link should be selected to download the files.
0 commit comments