From b37387f2b9b98483e8a156f437d3b0a2e4741897 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Fri, 8 May 2026 17:28:21 +0200 Subject: [PATCH] adds basic Quic Start build instructions to the README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 72d271d..ea856f2 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,10 @@ but otherwise pretty normally behaving network socket). Furthermore, we also take the opportunity to document (including an executable specification) both the Sphinx mix packet format, and SURBs (Single Use Reply Blocks). + +## Quick Start + +```bash +cabal update +cabal build +```