From 6f4760f1d01087260579370262d6aae4d5f67aca Mon Sep 17 00:00:00 2001 From: Dennis Trautwein Date: Mon, 19 Feb 2024 13:19:55 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d7e65d..c3ec083 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,11 @@ Numbers of the Ethereum Consensus Layer do not match existing numbers from other ## Install -### Go Version +### Precompile Binaries + +Head over to the release section and download binaries from the [latest stable release](https://github.com/dennis-tra/nebula/releases). + +### From source Nebula has a hard dependency on Go 1.19 because Nebula requires go-libp2p `<0.30`. With version `0.30` go-libp2p dropped support for the `quic` transport @@ -82,9 +86,7 @@ go-libp2p version. Because go-libp2p has a dependency on quic-go and specific versions of quic-go can only be compiled with specific versions of Go. I'm currently sticking to Go 1.19, but it might be possible to update to Go 1.20 - I just haven't had the -time to test this yet. - -### From source +time to test this yet. ```shell git clone https://github.com/dennis-tra/nebula