summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2021-10-07 13:02:59 +0200
committerxengineering <me@xengineering.eu>2021-10-07 13:02:59 +0200
commit6811d4b3db7967b0e0da22ae966de509a46b5550 (patch)
tree378b6d04b0922c32f6fa87f354f852897ccfaafa
parent981d020dc0df24f13acca9cc3bb2356a8eb99a16 (diff)
downloadxbackup-6811d4b3db7967b0e0da22ae966de509a46b5550.tar
xbackup-6811d4b3db7967b0e0da22ae966de509a46b5550.tar.zst
xbackup-6811d4b3db7967b0e0da22ae966de509a46b5550.zip
Remove unnecessary sudo from Documentation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e7554bd..2e062d0 100644
--- a/README.md
+++ b/README.md
@@ -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: