summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-12-05 01:50:03 +0100
committerYuval Adam <yuv.adm@gmail.com>2014-12-05 01:51:28 +0100
commitccd5a64f0d6da36722bdd85ab45abeea71545716 (patch)
treef7c59dd9df949d1b7fdb9561434ee2dfc18fa984 /README.md
parent239aaa030463945f68b01b8179f93fd2448aa432 (diff)
Initial amenthes cosmetic changes
Fixes #1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 096d783..21f9a4b 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ The project is based on the wonderful [archiso](https://wiki.archlinux.org/index
## Build
-Naturally, requires Arch. First, make sure you have `archiso` or `archiso-git` installed.
+Naturally, requires Arch.
```bash
-$ cd liveusb
$ sudo su # become root now, otherwise you get ugly permissions problems
-$ cp -r /usr/share/archiso/configs/baseline/* .
+$ chmod -R root:root liveusb
+$ cd liveusb
$ ./build.sh -v
```