Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions content/manuals/desktop/setup/install/mac-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This page provides download links, system requirements, and step-by-step install
## System requirements

{{< tabs >}}
{{< tab name="Mac with Intel chip" >}}
{{< tab name="Mac with Apple silicon" >}}

- A supported version of macOS.

Expand All @@ -44,9 +44,13 @@ This page provides download links, system requirements, and step-by-step install
> Docker Desktop is supported on the current and two previous major macOS releases. As new major versions of macOS are made generally available, Docker stops supporting the oldest version and supports the newest version of macOS (in addition to the previous two releases).

- At least 4 GB of RAM.
- For the best experience, it's recommended that you install Rosetta 2. Rosetta 2 is no longer strictly required, however there are a few optional command line tools that still require Rosetta 2 when using Darwin/AMD64. See [Known issues](/manuals/desktop/troubleshoot-and-support/troubleshoot/known-issues.md). To install Rosetta 2 manually from the command line, run the following command:

```console
$ softwareupdate --install-rosetta
```
{{< /tab >}}
{{< tab name="Mac with Apple silicon" >}}
{{< tab name="Mac with Intel chip" >}}

- A supported version of macOS.

Expand All @@ -55,11 +59,7 @@ This page provides download links, system requirements, and step-by-step install
> Docker Desktop is supported on the current and two previous major macOS releases. As new major versions of macOS are made generally available, Docker stops supporting the oldest version and supports the newest version of macOS (in addition to the previous two releases).

- At least 4 GB of RAM.
- For the best experience, it's recommended that you install Rosetta 2. Rosetta 2 is no longer strictly required, however there are a few optional command line tools that still require Rosetta 2 when using Darwin/AMD64. See [Known issues](/manuals/desktop/troubleshoot-and-support/troubleshoot/known-issues.md). To install Rosetta 2 manually from the command line, run the following command:

```console
$ softwareupdate --install-rosetta
```
{{< /tab >}}
{{< /tabs >}}

Expand Down