diff options
| -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 -``` |
