summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21f9a4b..18c766f 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Naturally, requires Arch.
```bash
$ sudo su # become root now, otherwise you get ugly permissions problems
-$ chmod -R root:root liveusb
+$ chown -R root:root liveusb
$ cd liveusb
$ ./build.sh -v
```