Skip to content

Commit a60809d

Browse files
authored
Merge pull request #375 from slashtechno/patch-1 [skip ci]
2 parents 8625193 + 4ea5d5b commit a60809d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
> Due to changes in the upstream, the original Atom and its repositories will be archived on December 15, 2022. If you'd like to learn more about the official Atom archiving, you can read about it in their [official announcement](https://github.blog/2022-06-08-sunsetting-atom/).
77
8-
[![Build status](https://dev.azure.com/github/Atom/_apis/build/status/Atom%20Production%20Branches?branchName=master)](https://dev.azure.com/github/Atom/_build/latest?definitionId=32&branchName=master)
8+
[![Build Status](https://dev.azure.com/atomcommunity/atomcommunity/_apis/build/status/atom-community/Release%20Branch%20Build?branchName=master)](https://dev.azure.com/atomcommunity/atomcommunity/_build/latest?definitionId=10&branchName=master)
99

1010
Atom is a hackable text editor for the 21st century, built on [Electron](https://github.com/electron/electron), and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.
1111

@@ -28,8 +28,7 @@ If you want to read about using Atom or developing packages in Atom, the [Atom F
2828
The [API reference](https://atom.io/docs/api) for developing packages is also documented on Atom.io.
2929

3030
## Installing
31-
32-
### Prerequisites
31+
<!-- ### Prerequisites
3332
- [Git](https://git-scm.com)
3433
3534
### macOS
@@ -71,7 +70,8 @@ sudo apt install git libasound2 libcurl4 libgbm1 libgcrypt20 libgtk-3-0 libnotif
7170
4. Launch Atom using the installed `atom` command from the newly extracted directory.
7271
7372
The Linux version does not currently automatically update so you will need to
74-
repeat these steps to upgrade to future releases.
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.
7575

7676
## Building
7777

0 commit comments

Comments
 (0)