Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit b23d168

Browse files
authored
Merge pull request #899 from devtools-html/bgrins-patch-1
Update repo and folder paths in reps readme
2 parents 2e44d97 + b01f2a4 commit b23d168

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/devtools-reps/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ Supported types:
4141
You need to clone the repository, then install dependencies, for which you'll need the [Yarn](https://yarnpkg.com/en/) tool:
4242

4343
```
44-
git clone https://github.com/devtools-html/reps.git
45-
cd reps
44+
git clone https://github.com/devtools-html/devtools-core.git
45+
cd devtools-core
4646
yarn install
4747
```
4848

4949
Once everything is installed, you can start the development server with:
5050

5151
```bash
52+
cd packages/devtools-reps/
5253
yarn start
5354
```
5455

0 commit comments

Comments
 (0)