Skip to content

Instantly share code, notes, and snippets.

@betahikaru
Last active August 29, 2015 14:06
Show Gist options
  • Save betahikaru/0589050d4d533f0ca557 to your computer and use it in GitHub Desktop.
Save betahikaru/0589050d4d533f0ca557 to your computer and use it in GitHub Desktop.
Install Atom (Text Editor) on Windows 7.

Install Atom on Windows

Require

  • Windows 7
  • PowerShell

Install

Install chocolatey

Open PowerShell console as Administrators, and run command at follows.

iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))

Install Atom

Open PowerShell console as Administrators, and run command at follows.

choco install Atom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment