summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpicodotdev <pico.dev@gmail.com>2018-01-20 11:24:23 +0100
committerpicodotdev <pico.dev@gmail.com>2018-01-20 11:24:23 +0100
commite7f697c2a40ce30bffab4d8ab0b9336db3f8747a (patch)
tree0127355a102e4b359c51ba2798f4cfd018b7fca0 /README.md
parentf4f4520642b8bcd6a5a606aec26c497855692dfb (diff)
Minor fixes
* README.md * Usage
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index ca18db0..38cba07 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ For new features, improvements and bugs fill an issue in GitHub or make a pull r
```
# # Start the system with lastest Arch Linux installation media
# loadkeys [keymap]
-# curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash
+# curl 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
@@ -49,8 +49,12 @@ For new features, improvements and bugs fill an issue in GitHub or make a pull r
```
# # Start the system with lastest Arch Linux installation media
# loadkeys [keymap]
-# curl -s "https://raw.githubusercontent.com/picodotdev/alis/master/download.sh" | bash
+# curl 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
```
+
+### Arch Linux Installation Media
+
+https://www.archlinux.org/download/ \ No newline at end of file