Requirements: none specific.
By the end of this lesson, you should be able to:
- edit text using Atom
Type: step-by-step tutorial
Estimated time for completion: 5 mins.
- Go to atom's website atom.io. On the landing page, identify the red download button (it should correspond to your system):
-
It will download a zip file
atom-mac.zip. Click on this file to expand the Atom executable. -
Click on the Atom executable to run atom. On the first start, it should install the
atomcommand into your terminal.
-
Go to atom's website atom.io. On the landing page, identify the red download button (it should correspond to your system).
-
It will download a packaged file corresponding to your system. In Ubuntu/Debian it would be
atom-amd64.deb. -
In a terminal, get into the directory you downloaded this file into, and run
sudo dpkg -i atom-amd64.debto run the installer.
-
Go to atom's website atom.io. On the landing page, identify the red download button (it should correspond to your system).
-
It will download a zip file
atom-windows.zip. Click on this file to expand the Atom folder. -
Within that folder, click on the Atom executable to run atom.
