From 833ffdc4cae92000a2f8ddfd9b0c7d3cb61c2bc8 Mon Sep 17 00:00:00 2001 From: Jonathan Baginski Date: Wed, 17 Jun 2020 15:44:17 -0400 Subject: [PATCH] Update README.md added missing linux-headers to components install step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b9d229..a3001f4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Flash the system onto the phone (either to an SD card or directly to the eMMC wi Open a terminal on the phone (either through SSH, the serial connection or directly on the screen) and run this: ``` # components -$ sudo apk add waybar bemenu swaylock swayidle networkmanager htop pavucontrol +$ sudo apk add linux-headers waybar bemenu swaylock swayidle networkmanager htop pavucontrol # build tools $ sudo apk add git make meson ninja cargo