From c28ad0d6ed2f818199bc16ab9399de5b83183973 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Sun, 13 Jan 2019 13:42:27 +0100 Subject: [PATCH] updated readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c717ae..ada1592 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # manjaro-arm-installer -[WIP] Scripts for installing Manjaro ARM directly to SD/eMMC cards without the need for images. +Scripts for installing Manjaro ARM directly to SD/eMMC cards without the need for images. This script is "interactive". Meaning that it asks you questions when run to customize your install. Like username, password etc. @@ -23,7 +23,6 @@ To use this script, please make sure that the following is correct: ## Known Issues: * Because `dialog` is weird, the script needs to be run in `bash`. -* Timezone does not get set, even though it's chosen. ## Usage: To use this script, simple run it as normal user after you make it executable: @@ -33,6 +32,6 @@ bash manjaro-arm-installer ``` ## Other notes: -This script will soon by available as a **Arch** (*pkg.tar.xz*) package in my **Manjaro Strit** repo. +This script is available as a **Arch** (*pkg.tar.xz*) package in my **Manjaro Strit** repo, called `manjaro-arm-installer`. This script **should** be distro-agnostic, which means you can install *Manjaro ARM* from **any** distro, as long as the dependencies are met. -- GitLab