Merge pull request #1 from netspooky/netspooky-patch-1

Update README.md
This commit is contained in:
hermit 2023-11-18 16:01:30 -05:00 committed by GitHub
commit 01e1280b75
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 - gcc
- make - make
- qemu - 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). You can clone this repo and run from the easylkb directory, or you can install with pip (not yet lol).