Skip to content

Commit 09670b7

Browse files
authored
[Infrastructure] - Add some documentation providing links to help installing Docker (#2199)
1 parent e68cd90 commit 09670b7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

super_editor/README_TESTS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Running tests
22

3-
In order to run the golden tests, docker must be installed. Activate the golden_runner with:
3+
In order to run the golden tests, Docker must be installed. See docs for installing Docker Desktop:
4+
- macOS: https://docs.docker.com/desktop/install/mac-install/
5+
- Linux: https://docs.docker.com/desktop/install/linux-install/
6+
- Windows: https://docs.docker.com/desktop/install/windows-install/
7+
8+
Activate the golden_runner with:
49

510
```console
611
dart pub global activate --source path ../golden_runner

super_text_layout/README_TESTS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Running tests
22

3-
In order to run the golden tests, docker must be installed. Activate the golden_runner with:
3+
In order to run the golden tests, Docker must be installed. See docs for installing Docker Desktop:
4+
- macOS: https://docs.docker.com/desktop/install/mac-install/
5+
- Linux: https://docs.docker.com/desktop/install/linux-install/
6+
- Windows: https://docs.docker.com/desktop/install/windows-install/
7+
8+
Activate the golden_runner with:
49

510
```console
611
dart pub global activate --source path ../golden_runner

0 commit comments

Comments
 (0)