]> git.sev.monster Git - abchr.git/commitdiff
update readme
authorsev <git@sev.monster>
Wed, 3 Jan 2024 01:11:48 +0000 (19:11 -0600)
committersev <git@sev.monster>
Wed, 3 Jan 2024 01:11:48 +0000 (19:11 -0600)
README.MD

index ba3f744d2b9cca30b986bafe15adbeb6b1454950..357a90f5cdcc7e7c8f0725f8f528dea48add1ecd 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -18,9 +18,17 @@ won't allow you to (easily) build for multiarch, but it works.
       + aports
     ```
 2. Clone the repo to the `bin` directory.
-3. Run `abchr-newchroot` to populate the `alpine` directory with a new
+3. Run `abchr-newchroot $(id -u)` to populate the `alpine` directory with a new
    installation of Alpine Linux. This processes downloads the latest
    `apk-tools-static` into the chroot and installs the basic packages necessary
-   for a build environment.
+   for a build environment. It also creates a user in the chroot with its UID
+   set to the first argument of the script. Having this be your own UID is
+   optimal as it lets you manupulate the chroot files easily.
 4. To ensure everything worked, run `abchr abuild -h`. You should see the help
    text for `abuild`, which should be installed in the chroot.
+
+## Usage
+
+The `abchr` command simply sets up the chroot and starts whatever program is
+specified in the arguments as-is. There are some exceptions, meant for ease-of-
+use; run `abchr -h` to see what the script is capable of.
This page took 0.117533 seconds and 4 git commands to generate.