documentation update

This commit is contained in:
parazyd 2016-04-21 12:50:14 +02:00
parent b85f2e5719
commit 7edf6ca1dc
No known key found for this signature in database
GPG Key ID: BB5E2E35B92E373E
1 changed files with 4 additions and 6 deletions

View File

@ -27,19 +27,17 @@ First clone the SDK repository:
``` ```
Edit the `config` file to match your crosscompile toolchain. Consult Edit the `config` file to match your crosscompile toolchain. Consult
`arm/README.md` if you're in a need of a precompiled one, then `arm/README.md` if you're in a need of a precompiled one, then
run ZSh. In case you have conflicting extensions on your zsh run zsh. In case you have conflicting extensions on your zsh
configuration, it may be needed to run from a vanilla one, using: configuration, safest way would be to run a vanilla one, using:
``` ```
; zsh --no-rcs ; zsh -f
``` ```
then step inside the sdk, "source" it: then step inside the sdk, "source" it:
``` ```
; cd arm-sdk ; cd arm-sdk && source sdk
; source sdk
``` ```
Now is the time you choose the device and OS you want to build the image for. Currently Now is the time you choose the device and OS you want to build the image for. Currently