Skip to content

Commit f2e15cd

Browse files
authored
Remove binary download introduction reference to Cypress 3.0 (#6180)
1 parent dca1e01 commit f2e15cd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/app/continuous-integration/overview.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,7 @@ If you see a message about a missing dependency when you run Cypress in a Linux
431431

432432
### Caching
433433

434-
As of [Cypress version 3.0](/app/references/changelog#3-0-0), Cypress
435-
downloads its binary to the global system cache - on linux that is
434+
Cypress downloads its binary to the global system cache - on Linux that is
436435
`~/.cache/Cypress`. By ensuring this cache persists across builds you can save
437436
minutes off install time by preventing a large binary download.
438437

docs/app/references/advanced-installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ DEBUG=cypress:cli* pnpm cypress install
147147

148148
## Binary cache
149149

150-
As of version `3.0`, Cypress downloads the matching Cypress binary to the global
150+
Cypress downloads the matching Cypress binary to the global
151151
system cache, so that the binary can be shared between projects. By default,
152152
global cache folders are:
153153

0 commit comments

Comments
 (0)