From 6e7ef6ce208fca8ed4043d6a78428b0c61cbd613 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 29 May 2020 13:13:00 +0100 Subject: Put instructions into correct place --- README.md | 9 +++++++++ gohan.sh | 9 --------- 2 files changed, 9 insertions(+), 9 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 +``` diff --git a/gohan.sh b/gohan.sh index 6388d74..7cc5761 100644 --- a/gohan.sh +++ b/gohan.sh @@ -2,12 +2,3 @@ # 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