atom tutorial - Installing Atom on Mac in atom-editor - atom io , atom ide , atom github , atom editor



Installing from a zip

  • Download the atom-mac.zip zip file from the Atom GitHub repository
  • Unzip the file by double clicking on it in Finder
  • Drag the Atom application into your "Applications" folder
  • Run the Atom application.

Building from Source

Requirements:

  • macOS 10.8 or higher
  • Node.js 4.4x or later
  • npm 3.10.x or later
  • Xcode

Installation:

git clone https://github.com/atom/atom.git
cd atom
script/build

After building, install with script/build --install


Related Searches to Installing Atom on Mac in atom-editor