docs: move usage guides to usage/, add quickstart and porting

This commit is contained in:
InsanePrawn 2023-12-11 16:37:48 +01:00
parent 2e504b7b00
commit ff8a529690
7 changed files with 155 additions and 5 deletions

View file

@ -0,0 +1,9 @@
# Quickstart
1. [Install](../install) Kupferbootstrap
1. [Configure](../config) it: `kuperbootstrap config init`
1. [Update your PKGBUILDs + SRCINFO cache](/cli/packages#kupferbootstrap-packages-update): `kupferbootstrap packages update`
1. [Build an image](/cli/image#kupferbootstrap-image-build): `kupferbootstrap image build`
1. [Flash the image](/cli/image#kupferbootstrap-image-flash): `kupferbootstrap image flash abootimg && kupferbootstrap image flash full userdata`
See also: [Frequently Asked Questions](../faq)