From 9b9b41e6055c0c6343932ee9572e5742cb04b5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Sun, 23 Apr 2017 14:34:33 +0200 Subject: [PATCH] Fix install instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It isn't needed to create the folders manually, the Makefile does it automatically. Signed-off-by: Antonio Niño Díaz --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 573af234..e42668b7 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,6 @@ make command line. For example, to install RGBDS in your home directory instead of systemwide, run the following: ```sh -mkdir -p $HOME/{bin,man/man1,man/man7} make install PREFIX=$HOME ```