Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 3.56 KB

Installation.md

File metadata and controls

63 lines (43 loc) · 3.56 KB

Installing Atom Community

Currently, to get binaries based on code by the Atom community:

  1. Visit https://atom-community.github.io/atomcommunity-pipelines/ and click on a run to view available binaries.
  2. Click the desired binary for your platform to download. (If there is no binary for your platform, try viewing another run.)
  3. After the download is complete, extract the archive and run the executable.
  4. (Optional): To ensure you have a usable build, visit the associated CI run by clicking "(link to azure)".
  • Select the job named after your OS (eg. Linux)
  • At the bottom of the now visible log pane, make sure 100% tests passed is visible

OR

  1. browse our Release Branch Build Azure Pipeline;
  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.
  1. after the download is complete, extract the archive and run the executable.