diff options
Diffstat (limited to 'gohan.sh')
| -rw-r--r-- | gohan.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,3 +2,12 @@ # 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 +``` |
