summaryrefslogtreecommitdiff
path: root/gohan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gohan.sh')
-rw-r--r--gohan.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/gohan.sh b/gohan.sh
index 7cc5761..6388d74 100644
--- a/gohan.sh
+++ b/gohan.sh
@@ -2,3 +2,12 @@
# My Arch Linux installation script
# by David T. Sadler <davidtsadler@googlemail.com>
# License: GNU GPLv3
+
+## Installation:
+
+On an Arch based distribution as root, run the following:
+
+```
+curl -LO https://raw.githubusercontent.com/davidtsadler/gohan/master/gohan.sh
+sh goha.sh
+```