mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
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:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user