From 3d6b1baf2d3fc502bc6eb7c7b0ca438fb10d6765 Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Mon, 15 Apr 2024 14:08:48 -0400 Subject: [PATCH] Instructions for running a node versus downloading as a developer --- pages/download.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/download.md b/pages/download.md index 02b31a3..e14ebd4 100644 --- a/pages/download.md +++ b/pages/download.md @@ -7,7 +7,11 @@ menu: layout: index --- -### Getting Started +### Running a Node + +To install the Veilid node software, please follow the instructions available in the [repository](https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md). + +### Starting Development Please recursively check out the project using this command