diff --git a/README.md b/README.md index 486c612..90eaa93 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![](https://img.shields.io/github/stars/classy-giraffe/easy-arch?label=Stars) ![](https://img.shields.io/github/forks/classy-giraffe/easy-arch?label=Forks) -[easy-arch](https://github.com/classy-giraffe/easy-arch) is a **bash script** that boostraps [Arch Linux](https://archlinux.org/) with sane opinionated defaults (Beta version) +[easy-arch](https://github.com/classy-giraffe/easy-arch) is a **bash script** that boostraps [Arch Linux](https://archlinux.org/) with sane opinionated defaults - **BTRFS snapshots**: you will have a resilient setup that automatically takes snapshots of your volumes based on a weekly schedule - **LUKS2 encryption**: your data will live on a LUKS2 partition protected by a password @@ -11,6 +11,7 @@ - **VM additions**: the script automatically provides guest tools if it detects that a virtualized environment such as VMWare Workstation, VirtualBox, QEMU-KVM is being used - **User account setup**: a default user account with sudo permissions can be configured in order to avoid hassle in the post installation phase - **CI checks**: ShellChecker checks every PR periodically for bash syntax errors, bad coding practices, etc... +- **rEFInd**: this build supports rEFInd out of the box, instead of GRUB ## One-step Automated Install (shorter) @@ -19,7 +20,7 @@ ## Manual method ```bash -wget -O easy-arch.sh https://raw.githubusercontent.com/classy-giraffe/easy-arch/refind/easy-arch.sh +curl -o easy-arch.sh https://raw.githubusercontent.com/classy-giraffe/easy-arch/refind/easy-arch.sh chmod +x easy-arch.sh bash easy-arch.sh ```