adds basic Quic Start build instructions to the README.

This commit is contained in:
Marcin Czenko 2026-05-08 17:28:21 +02:00
parent 26e2e28aa3
commit b37387f2b9
No known key found for this signature in database
GPG Key ID: 9539CC5845E45626

View File

@ -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
```