From 813befa707387764bd611dcc8ca60136e0483079 Mon Sep 17 00:00:00 2001 From: Andrea D'Intino Date: Mon, 11 Nov 2019 16:21:24 +0100 Subject: [PATCH] zsh -f zsh -f --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92b7508..85d2f90 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,13 @@ git pull origin master && git submodule update --init --recursive --checkout ``` cd arm-sdk # (or vm-sdk or live-sdk depending from your target) +zsh -f source sdk -load devuan raspi3 decode # (replace "raspi3" with the board name you want to build, from this list https://git.devuan.org/sdk/arm-sdk/blob/master/sdk ) +load devuan raspi3 decode # (replace "raspi3" with your board name, from the list below) bootstrap_complete_base ``` +Here is the list of the supported boxes: https://git.devuan.org/sdk/arm-sdk/blob/master/sdk ### Building for VM targets