Skip to content

Commit 6cf3fd5

Browse files
legendecasaduh95
andcommitted
fixup! tools: add more details about rolling inspector_protocol
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent f3d0312 commit 6cf3fd5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tools/inspector_protocol/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Chromium inspector (devtools) protocol
22

3-
This directory contains scripts to update the [Chromium inspector protocol][]
3+
This directory contains scripts to update the [Chromium `inspector_protocol`][]
44
to local at `deps/inspector_protocol`.
55

6-
To run the `roll.py`, a local clone of the inspector_protocol project is required.
7-
First, you will need to install Chromium's [depot_tools][], with `fetch` available
6+
To run the `roll.py`, a local clone of the `inspector_protocol` project is required.
7+
First, you will need to install Chromium's [`depot_tools`][], with `fetch` available
88
in your `PATH`.
99

10-
```sh
10+
```console
1111
$ cd workspace
1212
/workspace $ mkdir inspector_protocol
1313
/workspace/inspector_protocol $ fetch inspector_protocol
@@ -18,10 +18,10 @@ $ cd workspace
1818
/workspace/inspector_protocol/src $ git checkout main && git pull
1919
```
2020

21-
With a local clone of the inspector_protocol project up to date, run the following
21+
With a local clone of the `inspector_protocol` project up to date, run the following
2222
commands to roll the dep.
2323

24-
```sh
24+
```console
2525
$ cd workspace/node
2626
/workspace/node $ python tools/inspector_protocol/roll.py \
2727
--ip_src_upstream /workspace/inspector_protocol/src \
@@ -33,5 +33,5 @@ $ cd workspace/node
3333
The `roll.py` requires the node repository to be a clean state (no unstaged changes)
3434
to avoid unexpected overrides.
3535

36-
[Chromium inspector protocol]: https://chromium.googlesource.com/deps/inspector_protocol/
37-
[depot_tools]: https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up
36+
[`depot_tools`]: https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up
37+
[Chromium `inspector_protocol`]: https://chromium.googlesource.com/deps/inspector_protocol/

0 commit comments

Comments
 (0)