fixed installation instructions
This commit is contained in:
parent
06b0127ee1
commit
9b73c8efbb
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue