installing atom code editor in fedora 21
Guys, here are the easy steps for installing Atom code editor on fedora 21, Its so easy, only have to follow below two steps.
Step 01
Add the repo using following terminal command,
sudo yum-config-manager
--add-repo https://copr.fedoraproject.org/coprs/helber/atom/repo/fedora-21/helber-atom-fedora-21.repo
more info regarding repo adding in fedora here
Step 02
Installing
sudo yum install atom
Then type ‘Y’ when its necessary on the progress of the installation process. You are done. Stay tuned for more web development tips. Cheers !
Recent Comments