diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
