From b4923d658146dd774ad42d2df3c6b3bac1fd0536 Mon Sep 17 00:00:00 2001 From: jbanic Date: Thu, 6 Oct 2022 19:20:56 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 65a0ee0..85c6d4c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # OpenCanary +## Device preparation + +1. Install OS [Armbian 11 Bullseye](https://download.csec.ba/tinkerboard/Armbian_11.img.xz) + +2. Update and upgrade +```bash +sudo apt update && sudo apt upgrade -y +``` +