From f12ea83d3645988010740ae70fd561fb785523ef Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Mon, 18 Jul 2022 16:11:01 +0200 Subject: [PATCH] docs/install: fix formatting --- docs/install.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/docs/install.md b/docs/install.md index fb69a43..0fd8b10 100644 --- a/docs/install.md +++ b/docs/install.md @@ -48,7 +48,6 @@ This is borrowed from the [NixOS manual](https://nixos.org/nixos/manual/index.ht If the file exists exists, you should continue the installation for UEFI otherwise for Legacy Boot. - 4. Option 1: Partition and format for UEFI ``` @@ -239,22 +238,22 @@ You can also build Nix from source by following the instructions at https://nixo ``` #### Optional: Specify the system of your node - This enables evaluating your node config on a machine that has a different system platform - than your node.\ - Examples: Deploying from macOS or deploying from a x86 desktop PC to a Raspberry Pi. +This enables evaluating your node config on a machine that has a different system platform +than your node.\ +Examples: Deploying from macOS or deploying from a x86 desktop PC to a Raspberry Pi. - ``` - # Run this when your node has a 64-Bit x86 CPU (e.g., an Intel or AMD CPU) - echo "x86_64-linux" > krops/system +```bash +# Run this when your node has a 64-Bit x86 CPU (e.g., an Intel or AMD CPU) +echo "x86_64-linux" > krops/system - # Run this when your node has a 64-Bit ARM CPU (e.g., Raspberry Pi 4 B, Pine64) - echo "aarch64-linux" > krops/system - ``` - Other available systems: - - `i686-linux` (`x86`) - - `armv7l-linux` (`ARMv7`)\ - This platform is untested and has no binary caches. - [See here](https://nixos.wiki/wiki/NixOS_on_ARM) for details. +# Run this when your node has a 64-Bit ARM CPU (e.g., Raspberry Pi 4 B, Pine64) +echo "aarch64-linux" > krops/system +``` +Other available systems: +- `i686-linux` (`x86`) +- `armv7l-linux` (`ARMv7`)\ + This platform is untested and has no binary caches. + [See here](https://nixos.wiki/wiki/NixOS_on_ARM) for details. ## 4. Deploy with krops