summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-05-29 13:13:00 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-05-29 13:13:00 +0100
commit6e7ef6ce208fca8ed4043d6a78428b0c61cbd613 (patch)
tree64254288c70dd0550bc9df5778114a46cfac0433 /README.md
parent4f01dcb1221bbf9515b1e7200ebcfabf66feb76f (diff)
Put instructions into correct place
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26accc2..add2cce 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,10 @@
# Gohan
+
+## Installation:
+
+On an Arch based distribution as root, run the following:
+
+```
+curl -LO https://raw.githubusercontent.com/davidtsadler/gohan/master/gohan.sh
+sh gohan.sh
+```