From 4f01dcb1221bbf9515b1e7200ebcfabf66feb76f Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 29 May 2020 13:09:53 +0100 Subject: Add installation instructions --- gohan.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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 # 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 +``` -- cgit v1.2.3-13-gbd6f