From a8856fba99e7bbad43e2e765be11cd9f92c65609 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sun, 29 Jan 2023 19:01:58 +0100 Subject: [PATCH] Update docs a bit in light of the new architectures --- default.nix | 3 +++ docs/user/getting-started.md | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index db6ae5d..29520bf 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,8 @@ { + # TODO make this usable again! Add sane defaults for inputs, and allow for + # injecting a bootstrap file. + pkgs, garage, selfRev, diff --git a/docs/user/getting-started.md b/docs/user/getting-started.md index 6e858bd..a1ae55a 100644 --- a/docs/user/getting-started.md +++ b/docs/user/getting-started.md @@ -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