Merge pull request #4322 from tsunamistate/upgrade-readme-windows

Upgrade Windows README
This commit is contained in:
Kevin Sawicki 2014-12-09 16:31:56 -08:00
commit 1df8c77f41
2 changed files with 13 additions and 9 deletions

View File

@ -17,16 +17,12 @@ Atom will automatically update when a new release is available.
### Windows
Install the [Atom chocolatey package](https://chocolatey.org/packages/Atom).
Download AtomSetup.exe from the [Atom releases page](https://github.com/atom/atom/releases/latest).
1. Install [chocolatey](https://chocolatey.org).
2. Close and reopen your command prompt or PowerShell window.
3. Run `cinst Atom`
4. In the future run `cup Atom` to upgrade to the latest release.
You can also download a `.zip` file from the [releases page](https://github.com/atom/atom/releases/latest).
The Windows version does not currently automatically update so you will need to
manually upgrade to future releases by re-downloading the `.zip` file.
You can also download a `.zip` file from the [releases page](https://github.com/atom/atom/releases/latest), or install [through Chocolatey](docs/chocolatey-installing.md)
The installer version updates automatically. If you're using
.zip version of Atom you will need to
manually upgrade by re-downloading the `.zip` file.
### Debian Linux (Ubuntu)

View File

@ -0,0 +1,8 @@
Install the [Atom chocolatey package](https://chocolatey.org/packages/Atom).
1. Install [chocolatey](https://chocolatey.org).
2. Close and reopen your command prompt or PowerShell window.
3. Run `cinst Atom`
4. In the future run `cup Atom` to upgrade to the latest release.
Note: When upgrading, Chocolatey does not delete older versions.