diff options
author | pico.dev <pico.dev@gmail.com> | 2018-01-20 02:42:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 02:42:14 +0100 |
commit | 91991c5a1ab2b69887b2e7e306a29443941eff88 (patch) | |
tree | c88d28b41dc3a1f71a0e6aa3cd4f4365ef8d71a0 | |
parent | 04d81f2c1ff99de51354867b6cb15cce14020144 (diff) |
Update README.md
-rw-r--r-- | README.md | 28 |
1 files changed, 16 insertions, 12 deletions
@@ -37,18 +37,22 @@ For new features, improvements and bugs fill an issue in GitHub or make a pull r ### Installation -* \# Start the system with lastest Arch Linux installation media -* # loadkeys [keymap] -* # curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash -* \# Edit alis.conf and change variables values with your preferences -* # vim alis.conf -* # ./alis.sh +``` +# # Start the system with lastest Arch Linux installation media +# loadkeys [keymap] +# curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash +# # Edit alis.conf and change variables values with your preferences +# vim alis.conf +# ./alis.sh +``` ### Recovery -* \# Start the system with lastest Arch Linux installation media -* # loadkeys [keymap] -* # curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash -* \# Edit alis.conf and change variables values with your preferences -* # vim alis-recovery.conf -* # ./alis-recovery.sh +``` +# # Start the system with lastest Arch Linux installation media +# loadkeys [keymap] +# curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash +# # Edit alis.conf and change variables values with your preferences +# vim alis-recovery.conf +# ./alis-recovery.sh +``` |