From 8e2e9fc8f5f489cce246de431494729133ce2925 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sun, 5 Mar 2017 13:02:12 +0100 Subject: [PATCH] Add installation instructions for Arch Linux --- content/getting-started/installing.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index da712ea8d..472187d2a 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -418,6 +418,20 @@ In any of the [Linux distributions that support snaps](http://snapcraft.io/docs/ snap install hugo ``` +### Arch-based distributions + +Install Hugo from the [Arch user repository](https://aur.archlinux.org/) on Arch Linux or derivatives like Manjaro. + +{{% note %}} +Be aware that Hugo is build from source. This means that additional tools like Git and Go (the programming language Hugo is written in) will be installed as well. +{{% /note %}} + + +```bash +sudo pacman -S yaourt +yaourt -S hugo +``` + ## Upgrading Hugo Upgrading Hugo is as easy as downloading and replacing the executable you’ve