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
+1-43Lines changed: 1 addition & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,49 +29,7 @@ The [API reference](https://atom.io/docs/api) for developing packages is also do
29
29
30
30
## Installing
31
31
32
-
### Prerequisites
33
-
-[Git](https://git-scm.com)
34
-
35
-
### macOS
36
-
37
-
Download the latest [Atom release](https://github.com/atom/atom/releases/latest).
38
-
39
-
Atom will automatically update when a new release is available.
40
-
41
-
### Windows
42
-
43
-
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`.
44
-
45
-
Atom will automatically update when a new release is available.
46
-
47
-
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).
48
-
The `.zip` version will not automatically update.
49
-
50
-
Using [Chocolatey](https://chocolatey.org)? Run `cinst Atom` to install the latest version of Atom.
51
-
52
-
### Linux
53
-
54
-
Atom is only available for 64-bit Linux systems.
55
-
56
-
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.
57
-
58
-
#### Archive extraction
59
-
60
-
An archive is available for people who don't want to install `atom` as root.
61
-
62
-
This version enables you to install multiple Atom versions in parallel. It has been built on Ubuntu 64-bit,
63
-
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).
70
-
3. Run `tar xf atom-amd64.tar.gz` in the directory where you want to extract the Atom folder.
71
-
4. Launch Atom using the installed `atom` command from the newly extracted directory.
72
-
73
-
The Linux version does not currently automatically update so you will need to
74
-
repeat these steps to upgrade to future releases.
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.
0 commit comments