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 <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2017-04-23 14:34:33 +02:00
parent fcd7c117e7
commit 9b9b41e605

View File

@@ -110,7 +110,6 @@ make command line. For example, to install RGBDS in your home directory instead
of systemwide, run the following: of systemwide, run the following:
```sh ```sh
mkdir -p $HOME/{bin,man/man1,man/man7}
make install PREFIX=$HOME make install PREFIX=$HOME
``` ```