You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/getting-started/installing-cypress.mdx
+13-18Lines changed: 13 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ Please read our
141
141
[Continuous Integration](/guides/continuous-integration/introduction) docs for
142
142
help installing Cypress in CI. When running in Linux you may need to install some
143
143
[system dependencies](#Linux-Prerequisites)
144
-
or you can use our [Docker images](/examples/docker) which have everything you
144
+
or you can use our [Docker images](#Docker-Prerequisites) which have everything you
145
145
need prebuilt.
146
146
147
147
## System requirements
@@ -203,7 +203,7 @@ requirements:
203
203
If you're using Linux, you'll want to have the required dependencies installed
204
204
on your system. Depending on your system defaults, these dependencies may already be installed.
205
205
If not, run the command line for your operating system listed below.
206
-
[Cypress Docker images](#Docker), which are Debian-based, already include the necessary dependencies.
206
+
See below under [Docker Prerequisites](#Docker-Prerequisites) for information on [Cypress Docker images](https://github.com/cypress-io/cypress-docker-images). These already include the necessary dependencies.
0 commit comments