summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-12-05 01:52:29 +0100
committerYuval Adam <yuv.adm@gmail.com>2014-12-05 01:52:29 +0100
commit886a9f668b62cf8991e7dacf71c2df94f1b72d46 (patch)
treec2d1f39a14d7dc5a4301bded01cd172980c24b83
parentccd5a64f0d6da36722bdd85ab45abeea71545716 (diff)
Fix chown typo
-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
```