diff --git a/README.md b/README.md index eb06107..ecc33b5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ from shell scripts. It requires the following packages to be installed: ### Devuan ``` -sudo git-core zsh curl wget debootstrap cgpt xz-utils kpartx parted qemu-user-static build-essential rsync gcc-arm-none-eabi gcc-multilib lib32z1 u-boot-tools device-tree-compiler lzop dosfstools vboot-utils vboot-kernel-utils +sudo git-core zsh curl wget debootstrap cgpt xz-utils kpartx parted qemu-user-static build-essential rsync gcc-arm-none-eabi gcc-multilib lib32z1 u-boot-tools device-tree-compiler lzop dosfstools vboot-utils vboot-kernel-utils lzop ``` ### Gentoo @@ -30,6 +30,12 @@ By executing `init.sh` which is found in the base directory of arm-sdk, it will initialize all git submodules and gcc toolchains that are needed for arm-sdk to properly function. +Do it with: + +``` +; ./init.sh +``` + ## Quick start Edit the `config` file to match your crosscompile toolchain. `init.sh` will