diff options
author | pico.dev <pico.dev@gmail.com> | 2017-07-24 02:17:49 +0200 |
---|---|---|
committer | pico.dev <pico.dev@gmail.com> | 2017-07-24 02:17:49 +0200 |
commit | 726e5fa961e9ab931c6f713d4f16f3a519aa3def (patch) | |
tree | 22f776eca6a25b3b0ff5834981775b61d592e6f0 /README.md | |
parent | e56b858a51635eafe0457935584a3bd5fe101c19 (diff) |
Update README.md usage and fix xorg packages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -33,14 +33,17 @@ You can test it in a VirtualBox virtual machine. ### Usage -* Start the system with lastest Arch Linux installation media -* wget -O alis.conf https://raw.githubusercontent.com/picodotdev/alis/master/alis.conf -* nano alis.conf -* Edit alis.conf and change variables values with your preferences -* wget -O alis.sh https://raw.githubusercontent.com/picodotdev/alis/master/alis.sh -* chmod +x alis.sh -* ./alis.sh +\# Start the system with lastest Arch Linux installation media +$ loadkeys [keymap] +$ wget https://raw.githubusercontent.com/picodotdev/alis/master/alis.conf +$ nano alis.conf +\# Edit alis.conf and change variables values with your preferences +$ wget https://raw.githubusercontent.com/picodotdev/alis/master/alis.sh +$ chmod +x alis.sh +$ ./alis.sh ### TODO * Custom shell interpreter +* Custom kernel compression +* Install packages after desktop environment |