shithub: rgbds

Download patch

ref: 9b9b41e6055c0c6343932ee9572e5742cb04b5eb
parent: fcd7c117e7c196ad1558bd38630fd22a6e0f153b
author: Antonio Niño Díaz <[email protected]>
date: Sun Apr 23 10:34:33 EDT 2017

Fix install instructions

It isn't needed to create the folders manually, the Makefile does it
automatically.

Signed-off-by: Antonio Niño Díaz <[email protected]>

--- a/README.md
+++ b/README.md
@@ -110,7 +110,6 @@
 of systemwide, run the following:
 
 ```sh
-mkdir -p $HOME/{bin,man/man1,man/man7}
 make install PREFIX=$HOME
 ```