aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 84684e8..4a87df8 100644
--- a/readme.md
+++ b/readme.md
@@ -8,12 +8,16 @@ Really, it's just an install script and ISO with some extra flair
From the base of the repository:
```bash
+$ ./setup.sh
$ ./mkrepo.sh
$ sudo ./mkiso.sh
```
-Note, you may wish to clean your pacman cache (`pacman -Scc`) if you want it to
-skip downloading packages from upstream mirrors.
+To clean up all old files and run a completely fresh build:
+
+```
+$ git clean -fdx .
+```
## Installing from the ISO