From 489dee8180778c4d7ff6a50581fca0a3a2fa9318 Mon Sep 17 00:00:00 2001 From: Kenni Lund Date: Fri, 1 Jul 2016 23:07:58 +0200 Subject: [PATCH] Update README.md Add dos2unix as a builddep, as compiling will otherwise fail with the error message "Makefile:32: recipe for target 'x.bin.ihex' failed". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8ad6ab..a01bcf9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Requirements ------------ ``` -sudo apt install zsh edid-decode automake +sudo apt install zsh edid-decode automake dos2unix ``` Usage