Skip to content

Commit

Permalink
link to official windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt DeBergalis committed Mar 31, 2015
1 parent 3f8a512 commit c4e3872
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/client/common/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{{#template name="quickStart"}}
## Quick start!

The following works on all [supported
platforms](https://github.com/meteor/meteor/wiki/Supported-Platforms).
Meteor supports [OS X, Windows, and Linux](https://github.com/meteor/meteor/wiki/Supported-Platforms).

Install Meteor:
On Windows? [Download the official Meteor installer here](https://install.meteor.com/windows).

On OS X or Linux? Install the latest official Meteor release from your terminal.:

```bash
$ curl https://install.meteor.com | /bin/sh
curl https://install.meteor.com/ | sh
```

Create a project:
The Windows installer supports Windows 7, Windows 8.1, Windows Server
2008, and Windows Server 2012. The terminal installer supports Mac OS X
10.7 (Lion) and above, and Linux on x86 and x86_64 architectures.

Once you've installed Meteor, create a project:

```bash
$ meteor create myapp
Expand All @@ -29,4 +34,4 @@ Unleash it on the world (on a free server we provide):
```bash
$ meteor deploy myapp.meteor.com
```
{{/template}}
{{/template}}

0 comments on commit c4e3872

Please sign in to comment.