From 15e75accb47f5d09b50b5662c7b7bbec016861a4 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 23 Aug 2023 23:50:42 -0400 Subject: [PATCH] Add a missing dependency on coreutils to the readme (dd and od are required) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1d8b9a2..8fca310 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,7 @@ Manage your notes with flat files and your system text editor ## Dependencies * [bash](https://www.gnu.org/software/bash/bash.html) +* [coreutils](https://www.gnu.org/software/coreutils/) * [kbd](http://www.kbd-project.org) * [ncurses](https://invisible-island.net/ncurses/ncurses.html)