Skip to content

Commit

Permalink
Merge pull request #15 from BBosman/patch-1
Browse files Browse the repository at this point in the history
Remove jspm@beta reference
  • Loading branch information
zewa666 committed Aug 27, 2015
2 parents bc6586c + 319b4e8 commit f4d00f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ This is a Yeoman Generator for the [Skeleton App](https://github.com/aurelia/ske

For more info please visit the official site: http://www.aurelia.io/

> The recent version of the aurelia libraries require jspm@beta. So make sure to install `npm install -g jspm@beta` before executing the next steps.
## Running The App

> The recent update will take care of running `npm install` and `jspm install` after downloading the boilerplate app, so this shortens the process to get up and running.
Expand All @@ -26,10 +24,10 @@ For more info please visit the official site: http://www.aurelia.io/
```shell
npm install -g gulp
```
4. Ensure that [jspm](http://jspm.io/) (beta release) is installed. If you need to install it, use the following command:
4. Ensure that [jspm](http://jspm.io/) is installed. If you need to install it, use the following command:

```shell
npm install -g jspm@beta
npm install -g jspm
```

5. Create a new project folder and move into it in the terminal
Expand Down

0 comments on commit f4d00f6

Please sign in to comment.