reduce indentation

This commit is contained in:
oliverpool 2022-03-23 12:02:03 +01:00
parent 165f0367e3
commit b3bf80ae06

View file

@ -4,9 +4,9 @@ Usage
``` ```
GOARCH=arm ./gokr-packer \ GOARCH=arm ./gokr-packer \
-kernel_package=github.com/oliverpool/kernel-rpi-os-32/dist \ -kernel_package=github.com/oliverpool/kernel-rpi-os-32/dist \
-firmware_package=github.com/oliverpool/firmware-rpi/dist \ -firmware_package=github.com/oliverpool/firmware-rpi/dist \
github.com/gokrazy/hello github.com/gokrazy/hello
``` ```
## Manual compilation ## Manual compilation