Add moreutils.
dblume

dblume commited on 2022-02-05 16:17:14
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -59,7 +59,7 @@ See [config.dlma.com](http://config.dlma.com) for more.
59 59
 Vim will work without warnings if you install `ctags` and `cscope`.
60 60
 
61 61
     sudo apt update
62
-    sudo apt install ctags cscope
62
+    sudo apt install ctags cscope moreutils
63 63
 
64 64
 If you're coming from the far future and want the latest modules, not those
65 65
 pinned to a version, `pip install` requirements.in instead of requirements.txt.
66 66