Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Fix correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Apr 18, 2023
1 parent 8d651a4 commit 5a9360c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ If you have checked out as the same level as sitespeed.io you run it like this (
git clone https://github.com/sitespeedio/sitespeed.io.git
cd sitespeed.io
npm install
bin/sitespeed.js --plugins.add ../plugin-webpagetest/ https://www.sitespeed.io/ -n 1 --webpagetest.key YOUR_KEY
bin/sitespeed.js --plugins.add ../plugin-webpagetest/index.js https://www.sitespeed.io/ -n 1 --webpagetest.key YOUR_KEY
```

## Run in production
If you want to run WebPageTest with your other sitespeed.io test, follow the instructions in the [add a plugin docs](https://www.sitespeed.io/documentation/sitespeed.io/plugins/#add-a-plugin) or use the sitespeed.io-webpagetest container. Read the [documentation](https://www.sitespeed.io/documentation/sitespeed.io/webpagetest/).
## sitespeed.io version

You need sitespeed.io 16.0 or later to run the plugin.
You need sitespeed.io 27.0 or later to run the plugin.

0 comments on commit 5a9360c

Please sign in to comment.