aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.org14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.org b/README.org
index d6f218a..943b144 100644
--- a/README.org
+++ b/README.org
@@ -1,13 +1,13 @@
* Joe's Arch Linux installation script
** Introduction
-My original script meant to automate your Arch Linux installation process. The script was tested on virtual machine only at the moment.
+My original script meant to automate your Arch Linux installation process. It is compatible with both *BIOS Legacy* as well as *UEFI* boot modes.
-/Note:/ while the script simplifies the whole installation process, this is not made for new users. It is meant for users that already performed *Arch Linux* installations and more or less understand what's going on. It's always best to learn Arch by yourself.
+The script was tested on virtual machine only at the moment.
-/Note:/ the script does not install too many bloatware other than some utils. You will be prompted to choose whether or not you want ~Xorg~ and other classic desktop user experience extras.
+/Note:/ while the script simplifies the whole installation process, this is not made for new users. It is meant for users that already performed *Arch Linux* installations and more or less understand what's going on. It's always best to learn Arch by yourself!
-/Note:/ only *UEFI-type installation* is supported at the moment. *BIOS version* soon to come.
+/Note:/ the script does not install too many bloatware other than some utils. You will be prompted to choose whether or not you want ~Xorg~ and other classic desktop user experience extras.
** How to use
First make sure you are booted in a live /Arch ISO environment/, with the familiar prompt waiting for instructions.
@@ -23,9 +23,9 @@ If this fails, refer to [[https://wiki.archlinux.org/index.php/Installation_guid
Now you are ready to run the script. Run *the following commands* to begin setup and installation:
#+BEGIN_SRC shell
-wget https://raw.githubusercontent.com/JozanLeClerc/joes-arch-install/master/joes-arch-install-UEFI.sh
-chmod +x joes-arch-install-UEFI.sh
-./joes-arch-install-UEFI.sh
+wget https://raw.githubusercontent.com/JozanLeClerc/joes-arch-install/master/joes-arch-install.sh
+chmod +x joes-arch-install.sh
+./joes-arch-install.sh
#+END_SRC
** Disclaimers