Skip to content

Commit f38d117

Browse files
Update README with instructions for Mac users (#40)
1 parent 5fac675 commit f38d117

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ Full example configuration (for Claude Desktop, Claude Code, and Cursor):
5454
}
5555
```
5656

57+
For Apple Mac users, you might need to add the following arguments in the configuration to force Docker to use the Linux platform:
58+
```json
59+
"--platform",
60+
"linux/amd64",
61+
```
62+
63+
We are planning to release a native ARM build shortly so that those arguments will not be required anymore.
64+
5765
### Install via Node
5866

5967
#### Requirements

0 commit comments

Comments
 (0)