Update README.md

This commit is contained in:
【☆ ゆう ☆ 】 2023-11-16 14:10:44 -05:00 committed by GitHub
parent 1feafb424f
commit 28fb88ac99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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).