diff options
author | MatMoul <matmoul@gmail.com> | 2015-07-20 23:37:37 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-07-20 23:37:37 +0200 |
commit | 9aec8738862b906e4a4dc5bccd90dac92032bb30 (patch) | |
tree | 3b07d4fe3f7be204a80c68ed9fd9e30df5bbc0b9 | |
parent | 07d83e64ed04ec68b310d06a2f7fe24ee825201b (diff) | |
download | hyperfi-9aec8738862b906e4a4dc5bccd90dac92032bb30.tar.lz hyperfi-9aec8738862b906e4a4dc5bccd90dac92032bb30.tar.xz hyperfi-9aec8738862b906e4a4dc5bccd90dac92032bb30.zip |
Create README.md
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ba8d7c --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# archfi + +Just a simple bash script 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. +archdi project : https://github.com/MatMoul/archfi + +You can watch the 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/ + +And type the next two lines : +wget matmoul.github.io/archfi +sh archfi + +as an alternative you can call (with this argument you have a learning message for each operation): +sh archfi -l |