diff options
author | xengineering <me@xengineering.eu> | 2021-10-07 13:02:59 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-10-07 13:02:59 +0200 |
commit | 6811d4b3db7967b0e0da22ae966de509a46b5550 (patch) | |
tree | 378b6d04b0922c32f6fa87f354f852897ccfaafa | |
parent | 981d020dc0df24f13acca9cc3bb2356a8eb99a16 (diff) | |
download | xbackup-6811d4b3db7967b0e0da22ae966de509a46b5550.tar xbackup-6811d4b3db7967b0e0da22ae966de509a46b5550.tar.zst xbackup-6811d4b3db7967b0e0da22ae966de509a46b5550.zip |
Remove unnecessary sudo from Documentation
-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: |