fixed installation instructions

This commit is contained in:
soulgalore 2016-09-02 21:58:50 +02:00
parent 06b0127ee1
commit 9b73c8efbb
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ Documentation and tests for the upcoming version aren't in place yet. Rest assur
If you would like to give the new version a spin, try the following (you'll need node.js and Firefox/Chrome installed):
```bash
npm i -g sitespeed.io@canary
npm i -g sitespeed.io@4.0.0-beta.1
```
Or clone the repo and test the latest changes:
@ -56,7 +56,7 @@ Or clone the repo and test the latest changes:
Or using Docker:
```bash
> docker run --privileged --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:beta https://www.sitespeed.io
> docker run --privileged --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:beta.1 https://www.sitespeed.io
```
## Why 4.0?