Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds warning about M1 macs. #790

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/get-started/lotus/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ One example is that logs are redirected to files in `/var/log/lotus` by default

These instructions are specific to macOS. If you are installing Lotus on a Linux distribution, head over to the [Linux section](#linux).

:::warning
Due to CPU architecture limitations, M1-based Mac computers cannot run a Lotus full-node. Adding support is on the Lotus road-map. M1-based Mac computers can run a [Lotus lite-node](../../../build/lotus/lotus-lite).
:::

### XCode Command Line Tools

Lotus requires that X-Code CLI tools be installed before building the Lotus binaries.
Expand Down