diff --git a/README.md b/README.md index 892fc7d..1a148e0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ LLED is a text editor and a Lua interpreter. * All processes share the same Lua runtime meaning different files can pass each other variables or functions. * LLED also provides a terminal shell to the runtime, through the terminal. -``sh +```sh sudo apt install libglfw3 libglfw3-dev -`` +``` + ![Window Manager Example](/screenshots/wm.png)