diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-29 13:13:00 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-05-29 13:13:00 +0100 |
| commit | 6e7ef6ce208fca8ed4043d6a78428b0c61cbd613 (patch) | |
| tree | 64254288c70dd0550bc9df5778114a46cfac0433 | |
| parent | 4f01dcb1221bbf9515b1e7200ebcfabf66feb76f (diff) | |
Put instructions into correct place
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | gohan.sh | 9 |
2 files changed, 9 insertions, 9 deletions
@@ -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 +``` @@ -2,12 +2,3 @@ # 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 -``` |
