Update docs a bit in light of the new architectures

This commit is contained in:
Brian Picciano 2023-01-29 19:01:58 +01:00
parent 1379291c1e
commit a8856fba99
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{
# TODO make this usable again! Add sane defaults for inputs, and allow for
# injecting a bootstrap file.
pkgs,
garage,
selfRev,

View File

@ -3,7 +3,16 @@
This document will guide you through the process of obtaining a cryptic-net
binary and joining the network.
NOTE currently only linux machines with amd64/x86_64 processors are supported.
NOTE currently only linux machines with the following architectures are
supported:
- `x86_64` / `amd64`
- `aarch64` / `arm64`
- `armv7l` (Raspberry Pi)
- `i686`
(Only `x86_64` has been tested.)
More OSs and architectures coming soon!
## Obtaining a cryptic-net Binary