Skip to content

Commit

Permalink
Merge pull request #1 from netspooky/netspooky-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
deepseagirl authored Nov 18, 2023
2 parents 1feafb4 + 28fb88a commit 01e1280
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 01e1280

Please sign in to comment.