Merge pull request #2 from logos-storage/docs/add-build-instructions

adds basic Quic Start build instructions to the README.
This commit is contained in:
Balazs Komuves 2026-05-19 16:42:22 +02:00 committed by GitHub
commit 09cb4508e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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