Minor cosmetics

This commit is contained in:
Werner
2021-04-02 10:24:24 +02:00
committed by GitHub
parent 2473dca0e1
commit 34e5532d57

View File

@@ -37,7 +37,7 @@ build tools</h3>
## What do you need to get started?
- x64 machine with at least 2GB of memory and ~35GB of disk space for the VM, container or native OS,
- x64 machine with at least 2GB of memory and ~35GB of disk space for a VM, container or native OS,
- Ubuntu Focal 20.04 x64 for native building or any [Docker](https://docs.armbian.com/Developer-Guide_Building-with-Docker/) capable x64 Linux for containerised,
- superuser rights (configured sudo or root access).
@@ -52,8 +52,8 @@ cd build
./compile.sh
```
<a href="#how-to-build-an-image-or-a-kernel"><img src=".github/README.gif" alt="Armbian logo" width="100%"></a>
- The script will take care about preparing the workspace like installing necessary dependencies and downloading sources and tools.
- It guides through the process until either a kernel package set or a readyo-to-image for a sdcard is created.
- The script will take care about preparing the workspace like installing necessary dependencies and downloading sources and tools
- It guides through the process until either a kernel package set or a ready-to-use image for a SDcard is created
<p align=right><a href=#table-of-contents>⇧</a></p>