Installing Atom on Windows for Windows 7 and 8
Atom is a text editor for programmers. It is a more advanced version of Windows Notepad program that makes programming in general easier. It also has very good integration with Go.
Installing Atom has two steps.
- Downloading and installing Atom
- Configuring Atom to work with Go.
Downloading and Installing Go
Atom can be downloaded from the project home page. You just need to click the green “Download Windows Installer” button.
When you see a window asking you to save the file you should select “Save File”.
Once the installer has downloaded to your “Downloads” directory you need to double click the “AtomSetup” to star the install.
If you see a security warning like this
Is is OK to click “Run”.
Click “Install” then “Yes” in the “User Account Control” window if it appears. The Atom in installer will then start to download and install Atom. It may take a few minutes to complete. You will then see the Atom install Window
Once installed Atom will start automatically and you will see Atoms welcome screen.
Configuring Atom to Work with Go
Once Atom is is installed you need to configure it to use Go. To do that you need to read our Guide to Configuring Atom.