summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpico.dev <pico.dev@gmail.com>2018-01-20 02:42:14 +0100
committerGitHub <noreply@github.com>2018-01-20 02:42:14 +0100
commit91991c5a1ab2b69887b2e7e306a29443941eff88 (patch)
treec88d28b41dc3a1f71a0e6aa3cd4f4365ef8d71a0 /README.md
parent04d81f2c1ff99de51354867b6cb15cce14020144 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 16 insertions, 12 deletions
diff --git a/README.md b/README.md
index afb75fc..0836755 100644
--- a/README.md
+++ b/README.md
@@ -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
+```