Merge pull request #456 from LorenzoAncora/patch-1 [skip ci]

This commit is contained in:
Amin Yahyaabadi 2022-07-25 17:20:43 -07:00 committed by GitHub
commit dbce4205c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
## Installing
## Installing Atom Community
<!-- ### Prerequisites
- [Git](https://git-scm.com)
@ -42,4 +42,12 @@ sudo apt install git libasound2 libcurl4 libgbm1 libgcrypt20 libgtk-3-0 libnotif
The Linux version does not currently automatically update so you will need to
repeat these steps to upgrade to future releases. -->
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.
Currently, to get binaries based on code by the Atom community:
1. browse our [_Release Branch Build_ Azure Pipeline](https://dev.azure.com/atomcommunity/atomcommunity/_build/latest?definitionId=10&branchName=master);
2. select the Job named after your OS (eg. _Linux_);
3. at the bottom of the now visible log pane, make sure `100% tests passed` is visible and then select the `artifacts produced` link to browse the `Published artifacts` page;
4. pick a file which is compatible with your system and click on the "3 dots" menu that appears when hovering the mouse on the file name (right side of the page), then:
- click on the `Download artifacts` menu option and wait for the download to start in your web browser or
- click on `Copy download URL` to feed the file URL to a download manager.
5. after the download is complete, extract the archive and run the executable.