Link to right 3.x branch
This commit is contained in:
parent
11d3a9f2fc
commit
cdeada4b78
|
|
@ -11,11 +11,10 @@
|
|||
## Welcome to the wonderful world of web performance!
|
||||
|
||||
*This branch tracks the development of the upcoming version 4.0 of sitespeed.io.
|
||||
The current production version is developed in the [master branch](https://github.com/sitespeedio/sitespeed.io).*
|
||||
The current production version is developed in the [3.x](https://github.com/sitespeedio/sitespeed.io/tree/3.x).*
|
||||
|
||||
Version 4.0 is a ground up rewrite for node.js 4.3 and newer. It builds on all our experience since shipping 3.0 in December 2014,
|
||||
the first version to use node.js. It's currently under active development, and the feature set is not yet set in stone.
|
||||
However we're determined to make it the best version of sitespeed.io to date.
|
||||
the first version to use node.js. It's currently under active development. We're determined to make it the best version of sitespeed.io to date.
|
||||
|
||||
Documentation and tests for the upcoming version aren't in place yet. Rest assured, it will be before 4.0 is released.
|
||||
If you're feeling adventurous and would like to give the new version a spin, try the following (you'll need node.js installed):
|
||||
|
|
@ -23,7 +22,6 @@ If you're feeling adventurous and would like to give the new version a spin, try
|
|||
```bash
|
||||
> git clone https://github.com/sitespeedio/sitespeed.io.git
|
||||
> cd sitespeed.io
|
||||
> git checkout 4.0
|
||||
> npm install
|
||||
> bin/sitespeed.js --help
|
||||
> bin/sitespeed.js http://www.sitespeed.io
|
||||
|
|
|
|||
Loading…
Reference in New Issue