Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
Meteor Windows install using npm
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenevola committed Mar 18, 2021
1 parent 519f07b commit 87b9e1b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,20 @@ Meteor is a full-stack JavaScript platform for developing modern web and mobile

<h2 id="quickstart">Quick start</h2>

Meteor supports [OS X, Windows, and Linux](https://www.meteor.com/install).
Meteor supports [OS X, Windows, and Linux](https://www.meteor.com/developers/install).

On Windows? First install [Chocolatey](https://chocolatey.org/), then run this command using an Administrator command prompt:
On OS X or Linux? Install the latest official Meteor release from your terminal:

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

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

```bash
curl https://install.meteor.com/ | sh
npm install -g meteor
```

The Windows installer supports Windows 7, Windows 8.1, Windows Server
2008, and Windows Server 2012. The command line 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
Expand Down

0 comments on commit 87b9e1b

Please sign in to comment.