diff --git a/README.md b/README.md index 62b73d6..0f9ca95 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # archfi -Just a simple bash script to install Arch Linux after you have booted on the official Arch Linux install media. +Just a simple bash script wizard to install Arch Linux after you have booted on the official Arch Linux install media. With this script, you can install Arch Linux with 2 lines of code. -This script is maked to install minimum packages (base, grub and optionally os-prober).
-But now, you can install or launch archdi (Arch Linux Destop Install) to install and configure desktop packages.
+This wizard is maked to install minimum packages (base, grub and optionally os-prober and efibootmgr).
+At the end of this wizard, you can install or launch archdi (Arch Linux Destop Install) to install and configure desktop packages.
archdi project : https://github.com/MatMoul/archdi You can watch my videos to show how to use it :
@@ -14,9 +14,14 @@ https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1 How to use :
Boot with the Arch Linux image : https://www.archlinux.org/download/ -And type the next two lines :
-wget matmoul.github.io/archfi
+Download the script :
+wget archfi.sourceforge.net/archfi
+or if sourceforge is down :
+wget matmoul.github.io/archfi + +And launch the script :
sh archfi -as an alternative you can call (with this argument you have a learning message for each operation):
-sh archfi -l +as an alternative you can call :
+sh archfi -l
+with this argument you have a learning message for each operation. diff --git a/README.txt b/README.txt index 18555f5..81cdba2 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +1,27 @@ +# archfi + +Just a simple bash script wizard to install Arch Linux after you have booted on the official Arch Linux install media. + +With this script, you can install Arch Linux with 2 lines of code. + +This wizard is maked to install minimum packages (base, grub and optionally os-prober and efibootmgr). +At the end of this wizard, you can install or launch archdi (Arch Linux Destop Install) to install and configure desktop packages. +archdi project : https://github.com/MatMoul/archdi + +You can watch my videos to show how to use it : +https://www.youtube.com/watch?v=-Ne4pYDqslc&list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq + +How to use : +Boot with the Arch Linux image : https://www.archlinux.org/download/ + Download the script : ---------------------- wget archfi.sourceforge.net/archfi or if sourceforge is down : wget matmoul.github.io/archfi - -run the script : ----------------- +And launch the script : sh archfi + +as an alternative you can call : +sh archfi -l +with this argument you have a learning message for each operation.