From c792588d726a71fef60b0153b426f8970e88b353 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 7 Jan 2020 16:00:44 -0500 Subject: [PATCH] Add missing final poweroff --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cc46a6..3079d9d 100644 --- a/README.md +++ b/README.md @@ -90,4 +90,5 @@ As rebooting doesn't work here, poweroff and boot manually. $ sudo poweroff # ... $ sudo ./result/bin/updater step-2 + $ sudo poweroff ```