diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ to install it to your system. Alternatively you can install it to a fake root folder: ``` -sudo make DESTDIR="path/to/my/fakeroot" install +make DESTDIR="path/to/my/fakeroot" install ``` or create only a tar archive from this source for external packaging: |