Update README.md

This commit is contained in:
Maxim Devaev 2019-12-04 03:07:37 +03:00 committed by GitHub
parent 227738f362
commit c8c6cd962b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -107,6 +107,12 @@ Pi-KVM OS is based on Arch Linux ARM and contains all required packages and conf
# SD card device
CARD = /dev/mmcblk0
```
If you want to configure wifi (for ZeroW board for example) you must add these lines to `config.mk`:
```Makefile
WIFI_ESSID = "my-network"
WIFI_PASSWD = "P@$$word"
```
4. Build OS. It may take about an hour depending on your Internet connection:
```shell