From 28fb88ac99a1bfd6cda9e5a4585da8b945cfa2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=80=90=E2=98=86=20=E3=82=86=E3=81=86=20=E2=98=86=20?= =?UTF-8?q?=E3=80=91?= <26436276+netspooky@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:10:44 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fbec59a..24a0392 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ easylkb is best run on a bare metal Linux system. You need the following things - gcc - make - qemu +- debootstrap + +Install all prerequisites on Debian/Ubuntu + +``` +sudo apt update +sudo apt install make gcc flex bison libncurses-dev libelf-dev libssl-dev debootstrap +``` You can clone this repo and run from the easylkb directory, or you can install with pip (not yet lol).