From 319b4e865e3e01bb2d029f2508f5e52eba37015f Mon Sep 17 00:00:00 2001 From: Bas Bosman Date: Thu, 27 Aug 2015 15:08:37 +0200 Subject: [PATCH] Remove jspm@beta reference With the release of jspm 0.16.1 it's no longer necessary to run the beta bits of jspm. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ad5552..50e33b2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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