To troubleshoot errors that occur with building from source, please view the build documents.
Download the installer from the official website. It will automatically add atom and apm (Atom Package Manager) to your %PATH% variable.
Requirements:
Run the following commmands into Command Prompt:
cd C:/
git clone https://github.com/atom/atom.git
cd atom
script/build
atom-mac.zip zip file from the Atom GitHub repository hereAtom application into your "Applications" folderRequirements:
Installation:
git clone https://github.com/atom/atom.git
cd atom
script/build
After building, install with script/build --install
$ sudo dpkg -i atom-amd64.deb
$ sudo apt-get -f install
$ sudo yum install -y atom.x86_64.rpm
$ sudo dnf install -y atom.x86_64.rpm
$ sudo zypper in -y atom.x86_64.rpm
Requirements:
Run the following commands:
git clone https://github.com/atom/atom.git
cd atom
script/build
For specific instructions related to a single Linux distro, read these instructions.