From ff7dcae5d2e1378a6a40cc4d34c67055b8a80077 Mon Sep 17 00:00:00 2001 From: Umut Sevdi Date: Tue, 18 Jun 2024 15:38:05 +0300 Subject: [PATCH] Updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)