From 7d15322f968cf32740cca4f3e499bc309856b1c0 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Sat, 16 Jun 2018 13:33:16 -0300 Subject: [PATCH] Improve Debina dependencies Added the two dependencies in Debian needed for the rest of the steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e67a2b..24ef749 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ### Debian/Ubuntu ``` sh -$ sudo apt-get install imagemagick ttyrec gcc x11-apps +$ sudo apt-get install imagemagick ttyrec gcc x11-apps make git $ git clone https://github.com/icholy/ttygif.git $ cd ttygif $ make