From 0321299659d34ce674fed4c9d16f8bf4ef161588 Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Sun, 18 Apr 2021 10:44:39 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c21c6ac..5f9ae26 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,21 @@ # PearISO Build the (new) Arch-based pear iso. -## Packages: +## How to Build: +You will have to use Arch or Arch-Based distros to build this ISO File. Cause Arch Helps Arch LOL. +1. Install Dependencies +2. Go to the project folder +3. Run `build_iso.sh` + +### Dependencies: * `pacman-contrib` * `archiso` -That's all, I think -## Build ISO: -* `build_iso.sh` +Install With - `sudo pacman -Syu pacman-contrib archiso`
+(Syu To make sure everything else is up to date and the repos are synchronized) +### Run the Command +Go to the project folder, open a terminal and Type `build_iso.sh`
+Or Open Visual Studio code and execute the script from there. * If you get an error about `/tmp/` running out of space, reboot (to clear tmpfs), then edit the `WORKDIR=...` line to a regular dir name. * This (could) happen because the script is written to make a temp dir in `/tmp`, which is a virtual FS that lives in RAM. - * If it happens to many people, we can just add a commandline arg to change `WORKDIR` \ No newline at end of file + * If it happens to many people, we can just add a commandline arg to change `WORKDIR`