mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 03:17:55 +00:00
More merge doc updates (#3509)
## Proposed Changes Address a few shortcomings of the book noticed by users: - Remove description of redundant execution nodes - Use an Infura eth1 node rather than an eth2 node in the merge migration example - Add an example of the fee recipient address format (we support addresses without the 0x prefix, but 0x prefixed feels more canonical). - Clarify that Windows support is no longer beta - Add a link to the MSRV to the build-from-source instructions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 📦 Installation
|
||||
|
||||
Lighthouse runs on Linux, macOS, and Windows (still in beta testing).
|
||||
Lighthouse runs on Linux, macOS, and Windows.
|
||||
|
||||
There are three core methods to obtain the Lighthouse application:
|
||||
|
||||
@@ -8,9 +8,11 @@ There are three core methods to obtain the Lighthouse application:
|
||||
- [Docker images](./docker.md).
|
||||
- [Building from source](./installation-source.md).
|
||||
|
||||
The community maintains additional installation methods (currently only one).
|
||||
Community-maintained additional installation methods:
|
||||
|
||||
- [Homebrew package](./homebrew.md).
|
||||
- Arch Linux AUR packages: [source](https://aur.archlinux.org/packages/lighthouse-ethereum),
|
||||
[binary](https://aur.archlinux.org/packages/lighthouse-ethereum-bin).
|
||||
|
||||
Additionally, there are two extra guides for specific uses:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user