From c48ea40c98ffcfcffa01ecd4abacf633a30172b5 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 4 Nov 2018 13:19:23 +0200 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30e3de7..fcb7470 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ # ALMA - Arch Linux Mobile Appliance -This tools installs Arch Linux into a USB drive, making it a customized live Arch Linux bootable +This tool installs Arch Linux into a USB drive, making it a customized live Arch Linux bootable drive. It was inspired by [this](http://valleycat.org/linux/arch-usb.html) article. The USB drive should be bootable both by UEFI and legacy boot. ## Installation -You should build the project using `cargo build`. An AUR package will be provided with the first -stable version. +You can either build the project using cargo build or install the `alma` package from AUR. ## Requirements @@ -19,6 +18,8 @@ This tool should be ran from an exiting Arch Linux installations. It depends on * mkfs.fat * mkfs.btrfs +Dependencies will be handled for you if you install alma from AUR. + ## Usage ``` shell