Update README.md

This commit is contained in:
Jane Doe 2024-06-10 17:07:00 +00:00
parent 0d71adb3bd
commit 1c5dad5fec

View file

@ -1,4 +1,4 @@
# 'Amelia' is an Arch Linux installer, written in Bash. # 'Amelia' is an Arch Linux installer, written in Bash (Shellchecked).
----------------------------------------------------- -----------------------------------------------------
The main concept behind this installer is Automation and Interaction. The main concept behind this installer is Automation and Interaction.
@ -155,7 +155,7 @@ Self-explanatory.
Select between Linux, Linux LTS, Linux Hardened & Linux Zen Kernels. Select between Linux, Linux LTS, Linux Hardened & Linux Zen Kernels.
- ### Bootloader Selection: [Interactive -Skippable] - ### Bootloader Selection: [Interactive]
Select between Systemd-boot or Grub Select between Systemd-boot or Grub
@ -358,10 +358,13 @@ Try with another country.
Then you will be asked to enable Pacman's Parallel Downloads feature, and if the answer is "y" you will be asked to choose a number of parallel downloads, ranging from 2 up to 5 max (not more, to avoid saturation). Then you will be asked to enable Pacman's Parallel Downloads feature, and if the answer is "y" you will be asked to choose a number of parallel downloads, ranging from 2 up to 5 max (not more, to avoid saturation).
- ### Pacstrap System: [Auto] - ### Pacstrap System: [Interactive]
The system will be pacstrapped and your selected setup will be installed now. The system will be pacstrapped and your selected setup will be installed now.
Note:Pacman will be running in 'Interactive' mode, meaning you will be asked to make a few basic choices.
This is only meant to give you all available control of the process.
- ### Chroot & Configure System: [Auto] - ### Chroot & Configure System: [Auto]