Skip to content

Commit cc753ac

Browse files
authored
docs(fix): update git clone with depth 1 (#2257)
1 parent eb6120b commit cc753ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ flowchart LR
2323
style D stroke:#333,stroke-width:2px
2424
style G stroke:#F9A825,stroke-width:2px
2525
style H stroke:#F9A825,stroke-width:2px
26-
26+
2727
subgraph "ethereum/go-ethereum, ..."
2828
C[<code>evm t8n</code><br/>external executable]
2929
end
@@ -48,7 +48,7 @@ flowchart LR
4848
H([Client executables])
4949
end
5050
51-
C <-.-> B
51+
C <-.-> B
5252
D <-.-> B
5353
A --> B
5454
E <-.-> |retrieve latest spec version\ncheck tested spec version| B
@@ -106,10 +106,10 @@ pip install uv
106106
Clone [execution-spec-tests](https://github.com/ethereum/execution-spec-tests) and install its dependencies:
107107

108108
```console
109-
git clone https://github.com/ethereum/execution-spec-tests
109+
git clone --depth 1 https://github.com/ethereum/execution-spec-tests
110110
cd execution-spec-tests
111-
uv python install 3.11
112-
uv python pin 3.11
111+
uv python install 3.12
112+
uv python pin 3.12
113113
uv sync --all-extras
114114
```
115115

docs/getting_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Clone [execution-spec-tests](https://github.com/ethereum/execution-spec-tests) a
2929
=== "All platforms"
3030

3131
```console
32-
git clone https://github.com/ethereum/execution-spec-tests
32+
git clone --depth 1 https://github.com/ethereum/execution-spec-tests
3333
cd execution-spec-tests
3434
uv python install 3.12
3535
uv python pin 3.12

0 commit comments

Comments
 (0)