From 249b5eb9011c12d3dba427ab3ab9ad3d2e35972f Mon Sep 17 00:00:00 2001 From: Matthias Frei Date: Tue, 19 Sep 2023 12:07:59 +0200 Subject: [PATCH] doc: mention pre-built binaries in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7fb110f61e..865d6074e9 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ To find out how to work with SCION, please visit our [documentation site](https://docs.scion.org/en/latest/dev/setup.html) for instructions on how to install build dependencies, build and run SCION. +Pre-built binaries for x86-64 Linux are also available from the [latest nightly build](https://buildkite.com/scionproto/scion-nightly/builds/latest). + ## Contributing Interested in contribution to the SCION project? Please visit our